Html Css Color HEX #F2D38A Cherokee

📋 copy color: '#F2D38A'

red 242 ◦ green 211 ◦ blue 138

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

Shades of Cherokee #F2D38A

Tints of Cherokee #F2D38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.7%

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

R = 40.95%
G = 35.7%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2D38A (or 0xF2D38A) is known color: Cherokee. HEX triplet: F2, D3 and 8A. RGB value is (242,211,138). Sum of RGB (Red+Green+Blue) = 242+211+138=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D38A is #0D2C75. Grayscale: #D4D4D4. Windows color (decimal): -863350 or 9098226. OLE color: 9098226.

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

Color convert

RGB 242 211 138 -
CMYK 0 0.13 0.43 0.05
HSL 42.12º 0.8% 0.75% -
HSV(B) 42.12º 0.43% 0.95% -
XYZ 64.5 67.3 33.64 -
YUV 211.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 242 211 138 0 0.13 0.43 0.05 42.12 0.8 0.75
Hex F2 D3 8A 0 D 2B 5 2A 50 4B
Octal 362 323 212 0 15 53 5 52 120 113
Binary 11110010 11010011 10001010 0 1101 101011 101 101010 1010000 1001011

Color Harmonies of #F2D38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D38A

Black with #F2D38A

Text Example


Text Example

White with #F2D38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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