Html Css Color HEX #F7D07D Cherokee

📋 copy color: '#F7D07D'

red 247 ◦ green 208 ◦ blue 125

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

Shades of Cherokee #F7D07D

Tints of Cherokee #F7D07D

RGB

 RED value IS 247 (96.88% from 255) = 42.59%

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

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

R = 42.59%
G = 35.86%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7D07D (or 0xF7D07D) is known color: Cherokee. HEX triplet: F7, D0 and 7D. RGB value is (247,208,125). Sum of RGB (Red+Green+Blue) = 247+208+125=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D07D is #082F82. Grayscale: #D2D2D2. Windows color (decimal): -536451 or 8245495. OLE color: 8245495.

HSL color Cylindrical-coordinate representation of color #F7D07D: hue angle of 40.82º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7D07D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 125 -
CMYK 0 0.16 0.49 0.03
HSL 40.82º 0.88% 0.73% -
HSV(B) 40.82º 0.49% 0.97% -
XYZ 64.62 66.37 28.81 -
YUV 210.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 247 208 125 0 0.16 0.49 0.03 40.82 0.88 0.73
Hex F7 D0 7D 0 10 31 3 29 58 49
Octal 367 320 175 0 20 61 3 51 130 111
Binary 11110111 11010000 1111101 0 10000 110001 11 101001 1011000 1001001

Color Harmonies of #F7D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D07D

Black with #F7D07D

Text Example


Text Example

White with #F7D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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