Html Css Color HEX #F2C785 Cherokee

📋 copy color: '#F2C785'

red 242 ◦ green 199 ◦ blue 133

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

Shades of Cherokee #F2C785

Tints of Cherokee #F2C785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.67%

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 42.16%
G = 34.67%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2C785 (or 0xF2C785) is known color: Cherokee. HEX triplet: F2, C7 and 85. RGB value is (242,199,133). Sum of RGB (Red+Green+Blue) = 242+199+133=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C785 is #0D387A. Grayscale: #CCCCCC. Windows color (decimal): -866427 or 8767474. OLE color: 8767474.

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

Color convert

RGB 242 199 133 -
CMYK 0 0.18 0.45 0.05
HSL 36.33º 0.81% 0.74% -
HSV(B) 36.33º 0.45% 0.95% -
XYZ 61.28 61.42 30.82 -
YUV 204.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 242 199 133 0 0.18 0.45 0.05 36.33 0.81 0.74
Hex F2 C7 85 0 12 2D 5 24 51 4A
Octal 362 307 205 0 22 55 5 44 121 112
Binary 11110010 11000111 10000101 0 10010 101101 101 100100 1010001 1001010

Color Harmonies of #F2C785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C785

Black with #F2C785

Text Example


Text Example

White with #F2C785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C785; }

 p { color: rgb(242,199,133); }

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

background-color css

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

 a { background-color: rgb(242,199,133); }

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

border-color css

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

 span { border-color: rgb(242,199,133); }

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