Html Css Color HEX #F2E55C Corn

📋 copy color: '#F2E55C'

red 242 ◦ green 229 ◦ blue 92

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

Shades of Corn #F2E55C

Tints of Corn #F2E55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.34%

R = 42.98%
G = 40.67%
B = 16.34%

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

#F2E55C (or 0xF2E55C) is known color: Corn. HEX triplet: F2, E5 and 5C. RGB value is (242,229,92). Sum of RGB (Red+Green+Blue) = 242+229+92=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E55C is #0D1AA3. Grayscale: #D9D9D9. Windows color (decimal): -858788 or 6088178. OLE color: 6088178.

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

Color convert

RGB 242 229 92 -
CMYK 0 0.05 0.62 0.05
HSL 54.8º 0.85% 0.65% -
HSV(B) 54.8º 0.62% 0.95% -
XYZ 66.57 75.69 21.23 -
YUV 217.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 242 229 92 0 0.05 0.62 0.05 54.8 0.85 0.65
Hex F2 E5 5C 0 5 3E 5 37 55 41
Octal 362 345 134 0 5 76 5 67 125 101
Binary 11110010 11100101 1011100 0 101 111110 101 110111 1010101 1000001

Color Harmonies of #F2E55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E55C

Black with #F2E55C

Text Example


Text Example

White with #F2E55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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