Html Css Color HEX #FACC85 Cherokee

📋 copy color: '#FACC85'

red 250 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #FACC85

Tints of Cherokee #FACC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

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

R = 42.59%
G = 34.75%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FACC85 (or 0xFACC85) is known color: Cherokee. HEX triplet: FA, CC and 85. RGB value is (250,204,133). Sum of RGB (Red+Green+Blue) = 250+204+133=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC85 is #05337A. Grayscale: #D1D1D1. Windows color (decimal): -340859 or 8768762. OLE color: 8768762.

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

Color convert

RGB 250 204 133 -
CMYK 0 0.18 0.47 0.02
HSL 36.41º 0.92% 0.75% -
HSV(B) 36.41º 0.47% 0.98% -
XYZ 65.25 65.2 31.34 -
YUV 209.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 250 204 133 0 0.18 0.47 0.02 36.41 0.92 0.75
Hex FA CC 85 0 12 2F 2 24 5C 4B
Octal 372 314 205 0 22 57 2 44 134 113
Binary 11111010 11001100 10000101 0 10010 101111 10 100100 1011100 1001011

Color Harmonies of #FACC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC85

Black with #FACC85

Text Example


Text Example

White with #FACC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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