Html Css Color HEX #FAC66F Grandis

📋 copy color: '#FAC66F'

red 250 ◦ green 198 ◦ blue 111

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

Shades of Grandis #FAC66F

Tints of Grandis #FAC66F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.42%

 BLUE value IS 111 (43.75% from 255) = 19.86%

R = 44.72%
G = 35.42%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC66F (or 0xFAC66F) is known color: Grandis. HEX triplet: FA, C6 and 6F. RGB value is (250,198,111). Sum of RGB (Red+Green+Blue) = 250+198+111=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66F is #053990. Grayscale: #CCCCCC. Windows color (decimal): -342417 or 7325434. OLE color: 7325434.

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

Color convert

RGB 250 198 111 -
CMYK 0 0.21 0.56 0.02
HSL 37.55º 0.93% 0.71% -
HSV(B) 37.55º 0.56% 0.98% -
XYZ 62.49 61.86 23.69 -
YUV 203.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 250 198 111 0 0.21 0.56 0.02 37.55 0.93 0.71
Hex FA C6 6F 0 15 38 2 26 5D 47
Octal 372 306 157 0 25 70 2 46 135 107
Binary 11111010 11000110 1101111 0 10101 111000 10 100110 1011101 1000111

Color Harmonies of #FAC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC66F

Black with #FAC66F

Text Example


Text Example

White with #FAC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC66F; }

 p { color: rgb(250,198,111); }

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

background-color css

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

 a { background-color: rgb(250,198,111); }

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

border-color css

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

 span { border-color: rgb(250,198,111); }

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