Html Css Color HEX #FAC97F Cherokee

📋 copy color: '#FAC97F'

red 250 ◦ green 201 ◦ blue 127

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

Shades of Cherokee #FAC97F

Tints of Cherokee #FAC97F

RGB

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

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

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

R = 43.25%
G = 34.78%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC97F (or 0xFAC97F) is known color: Cherokee. HEX triplet: FA, C9 and 7F. RGB value is (250,201,127). Sum of RGB (Red+Green+Blue) = 250+201+127=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC97F is #053680. Grayscale: #CFCFCF. Windows color (decimal): -341633 or 8374778. OLE color: 8374778.

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

Color convert

RGB 250 201 127 -
CMYK 0 0.20 0.49 0.02
HSL 36.1º 0.92% 0.74% -
HSV(B) 36.1º 0.49% 0.98% -
XYZ 64.14 63.63 28.98 -
YUV 207.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 250 201 127 0 0.20 0.49 0.02 36.1 0.92 0.74
Hex FA C9 7F 0 14 31 2 24 5C 4A
Octal 372 311 177 0 24 61 2 44 134 112
Binary 11111010 11001001 1111111 0 10100 110001 10 100100 1011100 1001010

Color Harmonies of #FAC97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC97F

Black with #FAC97F

Text Example


Text Example

White with #FAC97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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