Html Css Color HEX #F2E063 Corn

📋 copy color: '#F2E063'

red 242 ◦ green 224 ◦ blue 99

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

Shades of Corn #F2E063

Tints of Corn #F2E063

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.65%

 BLUE value IS 99 (39.06% from 255) = 17.52%

R = 42.83%
G = 39.65%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2E063 (or 0xF2E063) is known color: Corn. HEX triplet: F2, E0 and 63. RGB value is (242,224,99). Sum of RGB (Red+Green+Blue) = 242+224+99=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E063 is #0D1F9C. Grayscale: #D7D7D7. Windows color (decimal): -860061 or 6545650. OLE color: 6545650.

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

Color convert

RGB 242 224 99 -
CMYK 0 0.07 0.59 0.05
HSL 52.45º 0.85% 0.67% -
HSV(B) 52.45º 0.59% 0.95% -
XYZ 65.53 73.09 22.46 -
YUV 215.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 242 224 99 0 0.07 0.59 0.05 52.45 0.85 0.67
Hex F2 E0 63 0 7 3B 5 34 55 43
Octal 362 340 143 0 7 73 5 64 125 103
Binary 11110010 11100000 1100011 0 111 111011 101 110100 1010101 1000011

Color Harmonies of #F2E063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E063

Black with #F2E063

Text Example


Text Example

White with #F2E063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E063; }

 p { color: rgb(242,224,99); }

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

background-color css

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

 a { background-color: rgb(242,224,99); }

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

border-color css

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

 span { border-color: rgb(242,224,99); }

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