Html Css Color HEX #FAC484 Cherokee

📋 copy color: '#FAC484'

red 250 ◦ green 196 ◦ blue 132

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

Shades of Cherokee #FAC484

Tints of Cherokee #FAC484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.84%

R = 43.25%
G = 33.91%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAC484 (or 0xFAC484) is known color: Cherokee. HEX triplet: FA, C4 and 84. RGB value is (250,196,132). Sum of RGB (Red+Green+Blue) = 250+196+132=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC484 is #053B7B. Grayscale: #CDCDCD. Windows color (decimal): -342908 or 8701178. OLE color: 8701178.

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

Color convert

RGB 250 196 132 -
CMYK 0 0.22 0.47 0.02
HSL 32.54º 0.92% 0.75% -
HSV(B) 32.54º 0.47% 0.98% -
XYZ 63.33 61.47 30.36 -
YUV 204.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 250 196 132 0 0.22 0.47 0.02 32.54 0.92 0.75
Hex FA C4 84 0 16 2F 2 21 5C 4B
Octal 372 304 204 0 26 57 2 41 134 113
Binary 11111010 11000100 10000100 0 10110 101111 10 100001 1011100 1001011

Color Harmonies of #FAC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC484

Black with #FAC484

Text Example


Text Example

White with #FAC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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