Html Css Color HEX #F0E471 Sweet Corn

📋 copy color: '#F0E471'

red 240 ◦ green 228 ◦ blue 113

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

Shades of Sweet Corn #F0E471

Tints of Sweet Corn #F0E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

 BLUE value IS 113 (44.53% from 255) = 19.45%

R = 41.31%
G = 39.24%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0E471 (or 0xF0E471) is known color: Sweet Corn. HEX triplet: F0, E4 and 71. RGB value is (240,228,113). Sum of RGB (Red+Green+Blue) = 240+228+113=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E471 is #0F1B8E. Grayscale: #DADADA. Windows color (decimal): -990095 or 7464176. OLE color: 7464176.

HSL color Cylindrical-coordinate representation of color #F0E471: hue angle of 54.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0E471 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 113 -
CMYK 0 0.05 0.53 0.06
HSL 54.33º 0.81% 0.69% -
HSV(B) 54.33º 0.53% 0.94% -
XYZ 66.66 75.2 26.63 -
YUV 218.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 240 228 113 0 0.05 0.53 0.06 54.33 0.81 0.69
Hex F0 E4 71 0 5 35 6 36 51 45
Octal 360 344 161 0 5 65 6 66 121 105
Binary 11110000 11100100 1110001 0 101 110101 110 110110 1010001 1000101

Color Harmonies of #F0E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E471

Black with #F0E471

Text Example


Text Example

White with #F0E471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E471; }

 p { color: rgb(240,228,113); }

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

background-color css

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

 a { background-color: rgb(240,228,113); }

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

border-color css

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

 span { border-color: rgb(240,228,113); }

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