Html Css Color HEX #FAC466 Grandis

📋 copy color: '#FAC466'

red 250 ◦ green 196 ◦ blue 102

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

Shades of Grandis #FAC466

Tints of Grandis #FAC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

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

R = 45.62%
G = 35.77%
B = 18.61%

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

#FAC466 (or 0xFAC466) is known color: Grandis. HEX triplet: FA, C4 and 66. RGB value is (250,196,102). Sum of RGB (Red+Green+Blue) = 250+196+102=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC466 is #053B99. Grayscale: #C9C9C9. Windows color (decimal): -342938 or 6735098. OLE color: 6735098.

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

Color convert

RGB 250 196 102 -
CMYK 0 0.22 0.59 0.02
HSL 38.11º 0.94% 0.69% -
HSV(B) 38.11º 0.59% 0.98% -
XYZ 61.56 60.76 21.05 -
YUV 201.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 250 196 102 0 0.22 0.59 0.02 38.11 0.94 0.69
Hex FA C4 66 0 16 3B 2 26 5E 45
Octal 372 304 146 0 26 73 2 46 136 105
Binary 11111010 11000100 1100110 0 10110 111011 10 100110 1011110 1000101

Color Harmonies of #FAC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC466

Black with #FAC466

Text Example


Text Example

White with #FAC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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