Html Css Color HEX #F2CD7A Cherokee

📋 copy color: '#F2CD7A'

red 242 ◦ green 205 ◦ blue 122

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

Shades of Cherokee #F2CD7A

Tints of Cherokee #F2CD7A

RGB

 RED value IS 242 (94.92% from 255) = 42.53%

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

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

R = 42.53%
G = 36.03%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2CD7A (or 0xF2CD7A) is known color: Cherokee. HEX triplet: F2, CD and 7A. RGB value is (242,205,122). Sum of RGB (Red+Green+Blue) = 242+205+122=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD7A is #0D3285. Grayscale: #CECECE. Windows color (decimal): -864902 or 8048114. OLE color: 8048114.

HSL color Cylindrical-coordinate representation of color #F2CD7A: hue angle of 41.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2CD7A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 122 -
CMYK 0 0.15 0.50 0.05
HSL 41.5º 0.82% 0.71% -
HSV(B) 41.5º 0.5% 0.95% -
XYZ 61.96 63.95 27.49 -
YUV 206.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 242 205 122 0 0.15 0.50 0.05 41.5 0.82 0.71
Hex F2 CD 7A 0 F 32 5 2A 52 47
Octal 362 315 172 0 17 62 5 52 122 107
Binary 11110010 11001101 1111010 0 1111 110010 101 101010 1010010 1000111

Color Harmonies of #F2CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD7A

Black with #F2CD7A

Text Example


Text Example

White with #F2CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD7A; }

 p { color: rgb(242,205,122); }

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

background-color css

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

 a { background-color: rgb(242,205,122); }

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

border-color css

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

 span { border-color: rgb(242,205,122); }

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