Html Css Color HEX #FACC7F Cherokee

📋 copy color: '#FACC7F'

red 250 ◦ green 204 ◦ blue 127

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

Shades of Cherokee #FACC7F

Tints of Cherokee #FACC7F

RGB

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

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

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

R = 43.03%
G = 35.11%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FACC7F (or 0xFACC7F) is known color: Cherokee. HEX triplet: FA, CC and 7F. RGB value is (250,204,127). Sum of RGB (Red+Green+Blue) = 250+204+127=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC7F is #053380. Grayscale: #D1D1D1. Windows color (decimal): -340865 or 8375546. OLE color: 8375546.

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

Color convert

RGB 250 204 127 -
CMYK 0 0.18 0.49 0.02
HSL 37.56º 0.92% 0.74% -
HSV(B) 37.56º 0.49% 0.98% -
XYZ 64.85 65.04 29.22 -
YUV 208.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 250 204 127 0 0.18 0.49 0.02 37.56 0.92 0.74
Hex FA CC 7F 0 12 31 2 26 5C 4A
Octal 372 314 177 0 22 61 2 46 134 112
Binary 11111010 11001100 1111111 0 10010 110001 10 100110 1011100 1001010

Color Harmonies of #FACC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC7F

Black with #FACC7F

Text Example


Text Example

White with #FACC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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