Html Css Color HEX #F0D27F Cherokee

📋 copy color: '#F0D27F'

red 240 ◦ green 210 ◦ blue 127

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

Shades of Cherokee #F0D27F

Tints of Cherokee #F0D27F

RGB

 RED value IS 240 (94.14% from 255) = 41.59%

 GREEN value IS 210 (82.42% from 255) = 36.4%

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

R = 41.59%
G = 36.4%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0D27F (or 0xF0D27F) is known color: Cherokee. HEX triplet: F0, D2 and 7F. RGB value is (240,210,127). Sum of RGB (Red+Green+Blue) = 240+210+127=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D27F is #0F2D80. Grayscale: #D1D1D1. Windows color (decimal): -994689 or 8377072. OLE color: 8377072.

HSL color Cylindrical-coordinate representation of color #F0D27F: hue angle of 44.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0D27F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 127 -
CMYK 0 0.12 0.47 0.06
HSL 44.07º 0.79% 0.72% -
HSV(B) 44.07º 0.47% 0.94% -
XYZ 62.81 66.15 29.54 -
YUV 209.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 240 210 127 0 0.12 0.47 0.06 44.07 0.79 0.72
Hex F0 D2 7F 0 C 2F 6 2C 4F 48
Octal 360 322 177 0 14 57 6 54 117 110
Binary 11110000 11010010 1111111 0 1100 101111 110 101100 1001111 1001000

Color Harmonies of #F0D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D27F

Black with #F0D27F

Text Example


Text Example

White with #F0D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D27F; }

 p { color: rgb(240,210,127); }

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

background-color css

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

 a { background-color: rgb(240,210,127); }

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

border-color css

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

 span { border-color: rgb(240,210,127); }

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