Html Css Color HEX #FAC866 Grandis

📋 copy color: '#FAC866'

red 250 ◦ green 200 ◦ blue 102

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

Shades of Grandis #FAC866

Tints of Grandis #FAC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

 BLUE value IS 102 (40.23% from 255) = 18.48%

R = 45.29%
G = 36.23%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC866 (or 0xFAC866) is known color: Grandis. HEX triplet: FA, C8 and 66. RGB value is (250,200,102). Sum of RGB (Red+Green+Blue) = 250+200+102=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC866 is #053799. Grayscale: #CCCCCC. Windows color (decimal): -341914 or 6736122. OLE color: 6736122.

HSL color Cylindrical-coordinate representation of color #FAC866: hue angle of 39.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC866 is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 102 -
CMYK 0 0.2 0.59 0.02
HSL 39.73º 0.94% 0.69% -
HSV(B) 39.73º 0.59% 0.98% -
XYZ 62.48 62.59 21.36 -
YUV 203.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 250 200 102 0 0.2 0.59 0.02 39.73 0.94 0.69
Hex FA C8 66 0 14 3B 2 28 5E 45
Octal 372 310 146 0 24 73 2 50 136 105
Binary 11111010 11001000 1100110 0 10100 111011 10 101000 1011110 1000101

Color Harmonies of #FAC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC866

Black with #FAC866

Text Example


Text Example

White with #FAC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC866; }

 p { color: rgb(250,200,102); }

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

background-color css

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

 a { background-color: rgb(250,200,102); }

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

border-color css

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

 span { border-color: rgb(250,200,102); }

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