Html Css Color HEX #FAC488 Cherokee

📋 copy color: '#FAC488'

red 250 ◦ green 196 ◦ blue 136

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

Shades of Cherokee #FAC488

Tints of Cherokee #FAC488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.37%

R = 42.96%
G = 33.68%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAC488 (or 0xFAC488) is known color: Cherokee. HEX triplet: FA, C4 and 88. RGB value is (250,196,136). Sum of RGB (Red+Green+Blue) = 250+196+136=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC488 is #053B77. Grayscale: #CDCDCD. Windows color (decimal): -342904 or 8963322. OLE color: 8963322.

HSL color Cylindrical-coordinate representation of color #FAC488: hue angle of 31.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAC488 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 136 -
CMYK 0 0.22 0.46 0.02
HSL 31.58º 0.92% 0.76% -
HSV(B) 31.58º 0.46% 0.98% -
XYZ 63.61 61.58 31.83 -
YUV 205.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 250 196 136 0 0.22 0.46 0.02 31.58 0.92 0.76
Hex FA C4 88 0 16 2E 2 20 5C 4C
Octal 372 304 210 0 26 56 2 40 134 114
Binary 11111010 11000100 10001000 0 10110 101110 10 100000 1011100 1001100

Color Harmonies of #FAC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC488

Black with #FAC488

Text Example


Text Example

White with #FAC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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