Html Css Color HEX #F0E25E Corn

📋 copy color: '#F0E25E'

red 240 ◦ green 226 ◦ blue 94

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

Shades of Corn #F0E25E

Tints of Corn #F0E25E

RGB

 RED value IS 240 (94.14% from 255) = 42.86%

 GREEN value IS 226 (88.67% from 255) = 40.36%

 BLUE value IS 94 (37.11% from 255) = 16.79%

R = 42.86%
G = 40.36%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0E25E (or 0xF0E25E) is known color: Corn. HEX triplet: F0, E2 and 5E. RGB value is (240,226,94). Sum of RGB (Red+Green+Blue) = 240+226+94=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E25E is #0F1DA1. Grayscale: #D7D7D7. Windows color (decimal): -990626 or 6218480. OLE color: 6218480.

HSL color Cylindrical-coordinate representation of color #F0E25E: hue angle of 54.25º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0E25E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 94 -
CMYK 0 0.06 0.61 0.06
HSL 54.25º 0.83% 0.65% -
HSV(B) 54.25º 0.61% 0.94% -
XYZ 65.15 73.73 21.39 -
YUV 215.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 240 226 94 0 0.06 0.61 0.06 54.25 0.83 0.65
Hex F0 E2 5E 0 6 3D 6 36 53 41
Octal 360 342 136 0 6 75 6 66 123 101
Binary 11110000 11100010 1011110 0 110 111101 110 110110 1010011 1000001

Color Harmonies of #F0E25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E25E

Black with #F0E25E

Text Example


Text Example

White with #F0E25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E25E; }

 p { color: rgb(240,226,94); }

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

background-color css

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

 a { background-color: rgb(240,226,94); }

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

border-color css

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

 span { border-color: rgb(240,226,94); }

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