Html Css Color HEX #F0CF7A Cherokee

📋 copy color: '#F0CF7A'

red 240 ◦ green 207 ◦ blue 122

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

Shades of Cherokee #F0CF7A

Tints of Cherokee #F0CF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.38%

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 42.18%
G = 36.38%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0CF7A (or 0xF0CF7A) is known color: Cherokee. HEX triplet: F0, CF and 7A. RGB value is (240,207,122). Sum of RGB (Red+Green+Blue) = 240+207+122=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF7A is #0F3085. Grayscale: #CFCFCF. Windows color (decimal): -995462 or 8048624. OLE color: 8048624.

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

Color convert

RGB 240 207 122 -
CMYK 0 0.14 0.49 0.06
HSL 43.22º 0.8% 0.71% -
HSV(B) 43.22º 0.49% 0.94% -
XYZ 61.76 64.56 27.62 -
YUV 207.18 79.93 151.41 -
System Red Green Blue C M Y K H S L
Decimal 240 207 122 0 0.14 0.49 0.06 43.22 0.8 0.71
Hex F0 CF 7A 0 E 31 6 2B 50 47
Octal 360 317 172 0 16 61 6 53 120 107
Binary 11110000 11001111 1111010 0 1110 110001 110 101011 1010000 1000111

Color Harmonies of #F0CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF7A

Black with #F0CF7A

Text Example


Text Example

White with #F0CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF7A; }

 p { color: rgb(240,207,122); }

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

background-color css

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

 a { background-color: rgb(240,207,122); }

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

border-color css

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

 span { border-color: rgb(240,207,122); }

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