Html Css Color HEX #FAC583 Cherokee

📋 copy color: '#FAC583'

red 250 ◦ green 197 ◦ blue 131

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

Shades of Cherokee #FAC583

Tints of Cherokee #FAC583

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.08%

 BLUE value IS 131 (51.56% from 255) = 22.66%

R = 43.25%
G = 34.08%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC583 (or 0xFAC583) is known color: Cherokee. HEX triplet: FA, C5 and 83. RGB value is (250,197,131). Sum of RGB (Red+Green+Blue) = 250+197+131=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC583 is #053A7C. Grayscale: #CDCDCD. Windows color (decimal): -342653 or 8635898. OLE color: 8635898.

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

Color convert

RGB 250 197 131 -
CMYK 0 0.21 0.48 0.02
HSL 33.28º 0.92% 0.75% -
HSV(B) 33.28º 0.48% 0.98% -
XYZ 63.49 61.9 30.07 -
YUV 205.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 250 197 131 0 0.21 0.48 0.02 33.28 0.92 0.75
Hex FA C5 83 0 15 30 2 21 5C 4B
Octal 372 305 203 0 25 60 2 41 134 113
Binary 11111010 11000101 10000011 0 10101 110000 10 100001 1011100 1001011

Color Harmonies of #FAC583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC583

Black with #FAC583

Text Example


Text Example

White with #FAC583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC583; }

 p { color: rgb(250,197,131); }

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

background-color css

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

 a { background-color: rgb(250,197,131); }

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

border-color css

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

 span { border-color: rgb(250,197,131); }

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