Html Css Color HEX #F0CD7B Cherokee

📋 copy color: '#F0CD7B'

red 240 ◦ green 205 ◦ blue 123

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

Shades of Cherokee #F0CD7B

Tints of Cherokee #F0CD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 123 (48.44% from 255) = 21.65%

R = 42.25%
G = 36.09%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0CD7B (or 0xF0CD7B) is known color: Cherokee. HEX triplet: F0, CD and 7B. RGB value is (240,205,123). Sum of RGB (Red+Green+Blue) = 240+205+123=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD7B is #0F3284. Grayscale: #CECECE. Windows color (decimal): -995973 or 8113648. OLE color: 8113648.

HSL color Cylindrical-coordinate representation of color #F0CD7B: hue angle of 42.05º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0CD7B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 123 -
CMYK 0 0.15 0.49 0.06
HSL 42.05º 0.8% 0.71% -
HSV(B) 42.05º 0.49% 0.94% -
XYZ 61.34 63.62 27.79 -
YUV 206.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 240 205 123 0 0.15 0.49 0.06 42.05 0.8 0.71
Hex F0 CD 7B 0 F 31 6 2A 50 47
Octal 360 315 173 0 17 61 6 52 120 107
Binary 11110000 11001101 1111011 0 1111 110001 110 101010 1010000 1000111

Color Harmonies of #F0CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD7B

Black with #F0CD7B

Text Example


Text Example

White with #F0CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD7B; }

 p { color: rgb(240,205,123); }

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

background-color css

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

 a { background-color: rgb(240,205,123); }

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

border-color css

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

 span { border-color: rgb(240,205,123); }

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