Html Css Color HEX #FACB7F Cherokee

📋 copy color: '#FACB7F'

red 250 ◦ green 203 ◦ blue 127

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

Shades of Cherokee #FACB7F

Tints of Cherokee #FACB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 127 (50% from 255) = 21.9%

R = 43.1%
G = 35%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FACB7F (or 0xFACB7F) is known color: Cherokee. HEX triplet: FA, CB and 7F. RGB value is (250,203,127). Sum of RGB (Red+Green+Blue) = 250+203+127=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7F is #053480. Grayscale: #D0D0D0. Windows color (decimal): -341121 or 8375290. OLE color: 8375290.

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

Color convert

RGB 250 203 127 -
CMYK 0 0.19 0.49 0.02
HSL 37.07º 0.92% 0.74% -
HSV(B) 37.07º 0.49% 0.98% -
XYZ 64.61 64.57 29.14 -
YUV 208.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 250 203 127 0 0.19 0.49 0.02 37.07 0.92 0.74
Hex FA CB 7F 0 13 31 2 25 5C 4A
Octal 372 313 177 0 23 61 2 45 134 112
Binary 11111010 11001011 1111111 0 10011 110001 10 100101 1011100 1001010

Color Harmonies of #FACB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB7F

Black with #FACB7F

Text Example


Text Example

White with #FACB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB7F; }

 p { color: rgb(250,203,127); }

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

background-color css

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

 a { background-color: rgb(250,203,127); }

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

border-color css

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

 span { border-color: rgb(250,203,127); }

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