Html Css Color HEX #FAC983 Cherokee

📋 copy color: '#FAC983'

red 250 ◦ green 201 ◦ blue 131

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

Shades of Cherokee #FAC983

Tints of Cherokee #FAC983

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.54%

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

R = 42.96%
G = 34.54%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC983 (or 0xFAC983) is known color: Cherokee. HEX triplet: FA, C9 and 83. RGB value is (250,201,131). Sum of RGB (Red+Green+Blue) = 250+201+131=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC983 is #05367C. Grayscale: #CFCFCF. Windows color (decimal): -341629 or 8636922. OLE color: 8636922.

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

Color convert

RGB 250 201 131 -
CMYK 0 0.20 0.48 0.02
HSL 35.29º 0.92% 0.75% -
HSV(B) 35.29º 0.48% 0.98% -
XYZ 64.41 63.74 30.38 -
YUV 207.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 250 201 131 0 0.20 0.48 0.02 35.29 0.92 0.75
Hex FA C9 83 0 14 30 2 23 5C 4B
Octal 372 311 203 0 24 60 2 43 134 113
Binary 11111010 11001001 10000011 0 10100 110000 10 100011 1011100 1001011

Color Harmonies of #FAC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC983

Black with #FAC983

Text Example


Text Example

White with #FAC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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