Html Css Color HEX #FAC366 Grandis

📋 copy color: '#FAC366'

red 250 ◦ green 195 ◦ blue 102

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

Shades of Grandis #FAC366

Tints of Grandis #FAC366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

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

R = 45.7%
G = 35.65%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC366 (or 0xFAC366) is known color: Grandis. HEX triplet: FA, C3 and 66. RGB value is (250,195,102). Sum of RGB (Red+Green+Blue) = 250+195+102=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC366 is #053C99. Grayscale: #C9C9C9. Windows color (decimal): -343194 or 6734842. OLE color: 6734842.

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

Color convert

RGB 250 195 102 -
CMYK 0 0.22 0.59 0.02
HSL 37.7º 0.94% 0.69% -
HSV(B) 37.7º 0.59% 0.98% -
XYZ 61.34 60.31 20.98 -
YUV 200.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 250 195 102 0 0.22 0.59 0.02 37.7 0.94 0.69
Hex FA C3 66 0 16 3B 2 26 5E 45
Octal 372 303 146 0 26 73 2 46 136 105
Binary 11111010 11000011 1100110 0 10110 111011 10 100110 1011110 1000101

Color Harmonies of #FAC366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC366

Black with #FAC366

Text Example


Text Example

White with #FAC366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC366; }

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

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

background-color css

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

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

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

border-color css

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

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

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