Html Css Color HEX #FACC6B Grandis

📋 copy color: '#FACC6B'

red 250 ◦ green 204 ◦ blue 107

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

Shades of Grandis #FACC6B

Tints of Grandis #FACC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 44.56%
G = 36.36%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FACC6B (or 0xFACC6B) is known color: Grandis. HEX triplet: FA, CC and 6B. RGB value is (250,204,107). Sum of RGB (Red+Green+Blue) = 250+204+107=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6B is #053394. Grayscale: #CFCFCF. Windows color (decimal): -340885 or 7064826. OLE color: 7064826.

HSL color Cylindrical-coordinate representation of color #FACC6B: hue angle of 40.7º 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 #FACC6B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 107 -
CMYK 0 0.18 0.57 0.02
HSL 40.7º 0.93% 0.7% -
HSV(B) 40.7º 0.57% 0.98% -
XYZ 63.67 64.57 23.02 -
YUV 206.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 250 204 107 0 0.18 0.57 0.02 40.7 0.93 0.7
Hex FA CC 6B 0 12 39 2 29 5D 46
Octal 372 314 153 0 22 71 2 51 135 106
Binary 11111010 11001100 1101011 0 10010 111001 10 101001 1011101 1000110

Color Harmonies of #FACC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC6B

Black with #FACC6B

Text Example


Text Example

White with #FACC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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