Html Css Color HEX #F2D07C Cherokee

📋 copy color: '#F2D07C'

red 242 ◦ green 208 ◦ blue 124

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

Shades of Cherokee #F2D07C

Tints of Cherokee #F2D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

 BLUE value IS 124 (48.83% from 255) = 21.6%

R = 42.16%
G = 36.24%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2D07C (or 0xF2D07C) is known color: Cherokee. HEX triplet: F2, D0 and 7C. RGB value is (242,208,124). Sum of RGB (Red+Green+Blue) = 242+208+124=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D07C is #0D2F83. Grayscale: #D0D0D0. Windows color (decimal): -864132 or 8179954. OLE color: 8179954.

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

Color convert

RGB 242 208 124 -
CMYK 0 0.14 0.49 0.05
HSL 42.71º 0.82% 0.72% -
HSV(B) 42.71º 0.49% 0.95% -
XYZ 62.81 65.44 28.39 -
YUV 208.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 242 208 124 0 0.14 0.49 0.05 42.71 0.82 0.72
Hex F2 D0 7C 0 E 31 5 2B 52 48
Octal 362 320 174 0 16 61 5 53 122 110
Binary 11110010 11010000 1111100 0 1110 110001 101 101011 1010010 1001000

Color Harmonies of #F2D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D07C

Black with #F2D07C

Text Example


Text Example

White with #F2D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D07C; }

 p { color: rgb(242,208,124); }

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

background-color css

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

 a { background-color: rgb(242,208,124); }

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

border-color css

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

 span { border-color: rgb(242,208,124); }

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