Html Css Color HEX #F2D07D Cherokee

📋 copy color: '#F2D07D'

red 242 ◦ green 208 ◦ blue 125

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

Shades of Cherokee #F2D07D

Tints of Cherokee #F2D07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 42.09%
G = 36.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2D07D (or 0xF2D07D) is known color: Cherokee. HEX triplet: F2, D0 and 7D. RGB value is (242,208,125). Sum of RGB (Red+Green+Blue) = 242+208+125=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D07D is #0D2F82. Grayscale: #D1D1D1. Windows color (decimal): -864131 or 8245490. OLE color: 8245490.

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

Color convert

RGB 242 208 125 -
CMYK 0 0.14 0.48 0.05
HSL 42.56º 0.82% 0.72% -
HSV(B) 42.56º 0.48% 0.95% -
XYZ 62.88 65.47 28.73 -
YUV 208.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 242 208 125 0 0.14 0.48 0.05 42.56 0.82 0.72
Hex F2 D0 7D 0 E 30 5 2B 52 48
Octal 362 320 175 0 16 60 5 53 122 110
Binary 11110010 11010000 1111101 0 1110 110000 101 101011 1010010 1001000

Color Harmonies of #F2D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D07D

Black with #F2D07D

Text Example


Text Example

White with #F2D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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