Html Css Color HEX #F0DF74 Sweet Corn

📋 copy color: '#F0DF74'

red 240 ◦ green 223 ◦ blue 116

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

Shades of Sweet Corn #F0DF74

Tints of Sweet Corn #F0DF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 41.45%
G = 38.51%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0DF74 (or 0xF0DF74) is known color: Sweet Corn. HEX triplet: F0, DF and 74. RGB value is (240,223,116). Sum of RGB (Red+Green+Blue) = 240+223+116=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF74 is #0F208B. Grayscale: #D8D8D8. Windows color (decimal): -991372 or 7659504. OLE color: 7659504.

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

Color convert

RGB 240 223 116 -
CMYK 0 0.07 0.52 0.06
HSL 51.77º 0.81% 0.7% -
HSV(B) 51.77º 0.52% 0.94% -
XYZ 65.48 72.56 27.08 -
YUV 215.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 240 223 116 0 0.07 0.52 0.06 51.77 0.81 0.7
Hex F0 DF 74 0 7 34 6 34 51 46
Octal 360 337 164 0 7 64 6 64 121 106
Binary 11110000 11011111 1110100 0 111 110100 110 110100 1010001 1000110

Color Harmonies of #F0DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF74

Black with #F0DF74

Text Example


Text Example

White with #F0DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF74; }

 p { color: rgb(240,223,116); }

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

background-color css

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

 a { background-color: rgb(240,223,116); }

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

border-color css

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

 span { border-color: rgb(240,223,116); }

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