Html Css Color HEX #F2C87F Cherokee

📋 copy color: '#F2C87F'

red 242 ◦ green 200 ◦ blue 127

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

Shades of Cherokee #F2C87F

Tints of Cherokee #F2C87F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

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

R = 42.53%
G = 35.15%
B = 22.32%

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

#F2C87F (or 0xF2C87F) is known color: Cherokee. HEX triplet: F2, C8 and 7F. RGB value is (242,200,127). Sum of RGB (Red+Green+Blue) = 242+200+127=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C87F is #0D3780. Grayscale: #CCCCCC. Windows color (decimal): -866177 or 8374514. OLE color: 8374514.

HSL color Cylindrical-coordinate representation of color #F2C87F: hue angle of 38.09º 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 #F2C87F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 127 -
CMYK 0 0.17 0.48 0.05
HSL 38.09º 0.82% 0.72% -
HSV(B) 38.09º 0.48% 0.95% -
XYZ 61.1 61.72 28.77 -
YUV 204.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 242 200 127 0 0.17 0.48 0.05 38.09 0.82 0.72
Hex F2 C8 7F 0 11 30 5 26 52 48
Octal 362 310 177 0 21 60 5 46 122 110
Binary 11110010 11001000 1111111 0 10001 110000 101 100110 1010010 1001000

Color Harmonies of #F2C87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C87F

Black with #F2C87F

Text Example


Text Example

White with #F2C87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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