Html Css Color HEX #F2E35F Corn

📋 copy color: '#F2E35F'

red 242 ◦ green 227 ◦ blue 95

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

Shades of Corn #F2E35F

Tints of Corn #F2E35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 95 (37.5% from 255) = 16.84%

R = 42.91%
G = 40.25%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2E35F (or 0xF2E35F) is known color: Corn. HEX triplet: F2, E3 and 5F. RGB value is (242,227,95). Sum of RGB (Red+Green+Blue) = 242+227+95=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E35F is #0D1CA0. Grayscale: #D8D8D8. Windows color (decimal): -859297 or 6284274. OLE color: 6284274.

HSL color Cylindrical-coordinate representation of color #F2E35F: hue angle of 53.88º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2E35F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 95 -
CMYK 0 0.06 0.61 0.05
HSL 53.88º 0.85% 0.66% -
HSV(B) 53.88º 0.61% 0.95% -
XYZ 66.15 74.64 21.75 -
YUV 216.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 242 227 95 0 0.06 0.61 0.05 53.88 0.85 0.66
Hex F2 E3 5F 0 6 3D 5 36 55 42
Octal 362 343 137 0 6 75 5 66 125 102
Binary 11110010 11100011 1011111 0 110 111101 101 110110 1010101 1000010

Color Harmonies of #F2E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E35F

Black with #F2E35F

Text Example


Text Example

White with #F2E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E35F; }

 p { color: rgb(242,227,95); }

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

background-color css

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

 a { background-color: rgb(242,227,95); }

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

border-color css

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

 span { border-color: rgb(242,227,95); }

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