Html Css Color HEX #F2CA8A Cherokee

📋 copy color: '#F2CA8A'

red 242 ◦ green 202 ◦ blue 138

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

Shades of Cherokee #F2CA8A

Tints of Cherokee #F2CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 138 (54.3% from 255) = 23.71%

R = 41.58%
G = 34.71%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2CA8A (or 0xF2CA8A) is known color: Cherokee. HEX triplet: F2, CA and 8A. RGB value is (242,202,138). Sum of RGB (Red+Green+Blue) = 242+202+138=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA8A is #0D3575. Grayscale: #CECECE. Windows color (decimal): -865654 or 9095922. OLE color: 9095922.

HSL color Cylindrical-coordinate representation of color #F2CA8A: hue angle of 36.92º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2CA8A is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 138 -
CMYK 0 0.17 0.43 0.05
HSL 36.92º 0.8% 0.75% -
HSV(B) 36.92º 0.43% 0.95% -
XYZ 62.33 62.95 32.91 -
YUV 206.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 242 202 138 0 0.17 0.43 0.05 36.92 0.8 0.75
Hex F2 CA 8A 0 11 2B 5 25 50 4B
Octal 362 312 212 0 21 53 5 45 120 113
Binary 11110010 11001010 10001010 0 10001 101011 101 100101 1010000 1001011

Color Harmonies of #F2CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA8A

Black with #F2CA8A

Text Example


Text Example

White with #F2CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA8A; }

 p { color: rgb(242,202,138); }

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

background-color css

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

 a { background-color: rgb(242,202,138); }

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

border-color css

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

 span { border-color: rgb(242,202,138); }

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