Html Css Color HEX #F2E55B Corn

📋 copy color: '#F2E55B'

red 242 ◦ green 229 ◦ blue 91

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

Shades of Corn #F2E55B

Tints of Corn #F2E55B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.75%

 BLUE value IS 91 (35.94% from 255) = 16.19%

R = 43.06%
G = 40.75%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2E55B (or 0xF2E55B) is known color: Corn. HEX triplet: F2, E5 and 5B. RGB value is (242,229,91). Sum of RGB (Red+Green+Blue) = 242+229+91=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E55B is #0D1AA4. Grayscale: #D9D9D9. Windows color (decimal): -858789 or 6022642. OLE color: 6022642.

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

Color convert

RGB 242 229 91 -
CMYK 0 0.05 0.62 0.05
HSL 54.83º 0.85% 0.65% -
HSV(B) 54.83º 0.62% 0.95% -
XYZ 66.53 75.67 21 -
YUV 217.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 242 229 91 0 0.05 0.62 0.05 54.83 0.85 0.65
Hex F2 E5 5B 0 5 3E 5 37 55 41
Octal 362 345 133 0 5 76 5 67 125 101
Binary 11110010 11100101 1011011 0 101 111110 101 110111 1010101 1000001

Color Harmonies of #F2E55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E55B

Black with #F2E55B

Text Example


Text Example

White with #F2E55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E55B; }

 p { color: rgb(242,229,91); }

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

background-color css

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

 a { background-color: rgb(242,229,91); }

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

border-color css

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

 span { border-color: rgb(242,229,91); }

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