Html Css Color HEX #F7D07F Cherokee

📋 copy color: '#F7D07F'

red 247 ◦ green 208 ◦ blue 127

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

Shades of Cherokee #F7D07F

Tints of Cherokee #F7D07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.82%

R = 42.44%
G = 35.74%
B = 21.82%

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

#F7D07F (or 0xF7D07F) is known color: Cherokee. HEX triplet: F7, D0 and 7F. RGB value is (247,208,127). Sum of RGB (Red+Green+Blue) = 247+208+127=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D07F is #082F80. Grayscale: #D2D2D2. Windows color (decimal): -536449 or 8376567. OLE color: 8376567.

HSL color Cylindrical-coordinate representation of color #F7D07F: hue angle of 40.5º 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 #F7D07F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 127 -
CMYK 0 0.16 0.49 0.03
HSL 40.5º 0.88% 0.73% -
HSV(B) 40.5º 0.49% 0.97% -
XYZ 64.74 66.42 29.49 -
YUV 210.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 247 208 127 0 0.16 0.49 0.03 40.5 0.88 0.73
Hex F7 D0 7F 0 10 31 3 28 58 49
Octal 367 320 177 0 20 61 3 50 130 111
Binary 11110111 11010000 1111111 0 10000 110001 11 101000 1011000 1001001

Color Harmonies of #F7D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D07F

Black with #F7D07F

Text Example


Text Example

White with #F7D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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