Html Css Color HEX #F2CF83 Cherokee

📋 copy color: '#F2CF83'

red 242 ◦ green 207 ◦ blue 131

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

Shades of Cherokee #F2CF83

Tints of Cherokee #F2CF83

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

 BLUE value IS 131 (51.56% from 255) = 22.59%

R = 41.72%
G = 35.69%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2CF83 (or 0xF2CF83) is known color: Cherokee. HEX triplet: F2, CF and 83. RGB value is (242,207,131). Sum of RGB (Red+Green+Blue) = 242+207+131=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF83 is #0D307C. Grayscale: #D1D1D1. Windows color (decimal): -864381 or 8638450. OLE color: 8638450.

HSL color Cylindrical-coordinate representation of color #F2CF83: hue angle of 41.08º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2CF83 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 131 -
CMYK 0 0.14 0.46 0.05
HSL 41.08º 0.81% 0.73% -
HSV(B) 41.08º 0.46% 0.95% -
XYZ 63.03 65.14 30.72 -
YUV 208.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 242 207 131 0 0.14 0.46 0.05 41.08 0.81 0.73
Hex F2 CF 83 0 E 2E 5 29 51 49
Octal 362 317 203 0 16 56 5 51 121 111
Binary 11110010 11001111 10000011 0 1110 101110 101 101001 1010001 1001001

Color Harmonies of #F2CF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF83

Black with #F2CF83

Text Example


Text Example

White with #F2CF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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