#F2CF7E

Color #F2CF7E Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F2CF7E

Tints of Cherokee #F2CF7E

Color information

#F2CF7E (or 0xF2CF7E) is unknown color: approx Cherokee. HEX triplet: F2, CF and 7E. RGB value is (242,207,126). Sum of RGB (Red+Green+Blue) = 242+207+126=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF7E is #0D3081. Grayscale: #D0D0D0. Windows color (decimal): -864386 or 8310770. OLE color: 8310770.

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

Color convert

RGB242207126-
CMYK00.140.480.05
HSL41.9º81.69%72.16%-
HSV(B)41.9º47.93%94.9%-
XYZ62.765.0128.98-
YUV208.2381.6152.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 126 (49.61% from 255) = 21.91%
R=42.09%
G=36%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220712600.140.480.0541.981.6972.16
HexF2CF7E0E3052a5248
Octal36231717601660552122110
Binary111100101100111111111100111011000010110101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF7E; }

 p { color: rgb(242,207,126); }

 H1.HeaderClassName
 {
   color: #F2CF7E;
 }
 .AnyTagClassName
 {
   color: #F2CF7E;
 }
</style>
background-color css

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

 a { background-color: rgb(242,207,126); }

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

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

 span { border-color: rgb(242,207,126); }

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