Html Css Color HEX #F2C97F Cherokee

📋 copy color: '#F2C97F'

red 242 ◦ green 201 ◦ blue 127

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

Shades of Cherokee #F2C97F

Tints of Cherokee #F2C97F

RGB

 RED value IS 242 (94.92% from 255) = 42.46%

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

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

R = 42.46%
G = 35.26%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2C97F (or 0xF2C97F) is known color: Cherokee. HEX triplet: F2, C9 and 7F. RGB value is (242,201,127). Sum of RGB (Red+Green+Blue) = 242+201+127=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C97F is #0D3680. Grayscale: #CDCDCD. Windows color (decimal): -865921 or 8374770. OLE color: 8374770.

HSL color Cylindrical-coordinate representation of color #F2C97F: hue angle of 38.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C97F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 127 -
CMYK 0 0.17 0.48 0.05
HSL 38.61º 0.82% 0.72% -
HSV(B) 38.61º 0.48% 0.95% -
XYZ 61.34 62.18 28.85 -
YUV 204.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 242 201 127 0 0.17 0.48 0.05 38.61 0.82 0.72
Hex F2 C9 7F 0 11 30 5 27 52 48
Octal 362 311 177 0 21 60 5 47 122 110
Binary 11110010 11001001 1111111 0 10001 110000 101 100111 1010010 1001000

Color Harmonies of #F2C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C97F

Black with #F2C97F

Text Example


Text Example

White with #F2C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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