Html Css Color HEX #FAC883 Cherokee

📋 copy color: '#FAC883'

red 250 ◦ green 200 ◦ blue 131

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

Shades of Cherokee #FAC883

Tints of Cherokee #FAC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.42%

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

R = 43.03%
G = 34.42%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC883 (or 0xFAC883) is known color: Cherokee. HEX triplet: FA, C8 and 83. RGB value is (250,200,131). Sum of RGB (Red+Green+Blue) = 250+200+131=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC883 is #05377C. Grayscale: #CFCFCF. Windows color (decimal): -341885 or 8636666. OLE color: 8636666.

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

Color convert

RGB 250 200 131 -
CMYK 0 0.2 0.48 0.02
HSL 34.79º 0.92% 0.75% -
HSV(B) 34.79º 0.48% 0.98% -
XYZ 64.18 63.27 30.3 -
YUV 207.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 250 200 131 0 0.2 0.48 0.02 34.79 0.92 0.75
Hex FA C8 83 0 14 30 2 23 5C 4B
Octal 372 310 203 0 24 60 2 43 134 113
Binary 11111010 11001000 10000011 0 10100 110000 10 100011 1011100 1001011

Color Harmonies of #FAC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC883

Black with #FAC883

Text Example


Text Example

White with #FAC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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