Html Css Color HEX #F2D58A Cherokee

📋 copy color: '#F2D58A'

red 242 ◦ green 213 ◦ blue 138

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

Shades of Cherokee #F2D58A

Tints of Cherokee #F2D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

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

R = 40.81%
G = 35.92%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2D58A (or 0xF2D58A) is known color: Cherokee. HEX triplet: F2, D5 and 8A. RGB value is (242,213,138). Sum of RGB (Red+Green+Blue) = 242+213+138=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D58A is #0D2A75. Grayscale: #D5D5D5. Windows color (decimal): -862838 or 9098738. OLE color: 9098738.

HSL color Cylindrical-coordinate representation of color #F2D58A: hue angle of 43.27º 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 #F2D58A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 138 -
CMYK 0 0.12 0.43 0.05
HSL 43.27º 0.8% 0.75% -
HSV(B) 43.27º 0.43% 0.95% -
XYZ 65 68.3 33.8 -
YUV 213.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 242 213 138 0 0.12 0.43 0.05 43.27 0.8 0.75
Hex F2 D5 8A 0 C 2B 5 2B 50 4B
Octal 362 325 212 0 14 53 5 53 120 113
Binary 11110010 11010101 10001010 0 1100 101011 101 101011 1010000 1001011

Color Harmonies of #F2D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D58A

Black with #F2D58A

Text Example


Text Example

White with #F2D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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