Html Css Color HEX #FACA6B Grandis

📋 copy color: '#FACA6B'

red 250 ◦ green 202 ◦ blue 107

#FACA6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FACA6B

Tints of Grandis #FACA6B

RGB

 RED value IS 250 (98.05% from 255) = 44.72%

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 44.72%
G = 36.14%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FACA6B (or 0xFACA6B) is known color: Grandis. HEX triplet: FA, CA and 6B. RGB value is (250,202,107). Sum of RGB (Red+Green+Blue) = 250+202+107=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA6B is #053594. Grayscale: #CDCDCD. Windows color (decimal): -341397 or 7064314. OLE color: 7064314.

HSL color Cylindrical-coordinate representation of color #FACA6B: hue angle of 39.86º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FACA6B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 107 -
CMYK 0 0.19 0.57 0.02
HSL 39.86º 0.93% 0.7% -
HSV(B) 39.86º 0.57% 0.98% -
XYZ 63.2 63.63 22.86 -
YUV 205.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 250 202 107 0 0.19 0.57 0.02 39.86 0.93 0.7
Hex FA CA 6B 0 13 39 2 28 5D 46
Octal 372 312 153 0 23 71 2 50 135 106
Binary 11111010 11001010 1101011 0 10011 111001 10 101000 1011101 1000110

Color Harmonies of #FACA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA6B

Black with #FACA6B

Text Example


Text Example

White with #FACA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA6B; }

 p { color: rgb(250,202,107); }

 H1.HeaderClassName
 {
   color: #FACA6B;
 }
 .AnyTagClassName
 {
   color: #FACA6B;
 }
</style>

background-color css

<style>
 a { background-color: #FACA6B; }

 a { background-color: rgb(250,202,107); }

 div.DivClassName
 {
   background-color: #FACA6B;
 }
 .BgClassName
 {
   background-color: #FACA6B;
 }
</style>

border-color css

<style>
 span { border-color: #FACA6B; }

 span { border-color: rgb(250,202,107); }

 td.TdClassName
 {
   border-color: #FACA6B;
 }
 .TagClassName
 {
   border-color: #FACA6B;
 }
</style>