Html Css Color HEX #F0DB71 Sweet Corn

📋 copy color: '#F0DB71'

red 240 ◦ green 219 ◦ blue 113

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

Shades of Sweet Corn #F0DB71

Tints of Sweet Corn #F0DB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

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

R = 41.96%
G = 38.29%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0DB71 (or 0xF0DB71) is known color: Sweet Corn. HEX triplet: F0, DB and 71. RGB value is (240,219,113). Sum of RGB (Red+Green+Blue) = 240+219+113=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB71 is #0F248E. Grayscale: #D5D5D5. Windows color (decimal): -992399 or 7461872. OLE color: 7461872.

HSL color Cylindrical-coordinate representation of color #F0DB71: hue angle of 50.08º 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 #F0DB71 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 113 -
CMYK 0 0.09 0.53 0.06
HSL 50.08º 0.81% 0.69% -
HSV(B) 50.08º 0.53% 0.94% -
XYZ 64.25 70.38 25.82 -
YUV 213.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 240 219 113 0 0.09 0.53 0.06 50.08 0.81 0.69
Hex F0 DB 71 0 9 35 6 32 51 45
Octal 360 333 161 0 11 65 6 62 121 105
Binary 11110000 11011011 1110001 0 1001 110101 110 110010 1010001 1000101

Color Harmonies of #F0DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB71

Black with #F0DB71

Text Example


Text Example

White with #F0DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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