Html Css Color HEX #FAC985 Cherokee

📋 copy color: '#FAC985'

red 250 ◦ green 201 ◦ blue 133

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

Shades of Cherokee #FAC985

Tints of Cherokee #FAC985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.77%

R = 42.81%
G = 34.42%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAC985 (or 0xFAC985) is known color: Cherokee. HEX triplet: FA, C9 and 85. RGB value is (250,201,133). Sum of RGB (Red+Green+Blue) = 250+201+133=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC985 is #05367A. Grayscale: #D0D0D0. Windows color (decimal): -341627 or 8767994. OLE color: 8767994.

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

Color convert

RGB 250 201 133 -
CMYK 0 0.20 0.47 0.02
HSL 34.87º 0.92% 0.75% -
HSV(B) 34.87º 0.47% 0.98% -
XYZ 64.54 63.79 31.1 -
YUV 207.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 250 201 133 0 0.20 0.47 0.02 34.87 0.92 0.75
Hex FA C9 85 0 14 2F 2 23 5C 4B
Octal 372 311 205 0 24 57 2 43 134 113
Binary 11111010 11001001 10000101 0 10100 101111 10 100011 1011100 1001011

Color Harmonies of #FAC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC985

Black with #FAC985

Text Example


Text Example

White with #FAC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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