Html Css Color HEX #F0DF70 Sweet Corn

📋 copy color: '#F0DF70'

red 240 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #F0DF70

Tints of Sweet Corn #F0DF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.48%

R = 41.74%
G = 38.78%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0DF70 (or 0xF0DF70) is known color: Sweet Corn. HEX triplet: F0, DF and 70. RGB value is (240,223,112). Sum of RGB (Red+Green+Blue) = 240+223+112=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF70 is #0F208F. Grayscale: #D7D7D7. Windows color (decimal): -991376 or 7397360. OLE color: 7397360.

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

Color convert

RGB 240 223 112 -
CMYK 0 0.07 0.53 0.06
HSL 52.03º 0.81% 0.69% -
HSV(B) 52.03º 0.53% 0.94% -
XYZ 65.25 72.47 25.88 -
YUV 215.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 240 223 112 0 0.07 0.53 0.06 52.03 0.81 0.69
Hex F0 DF 70 0 7 35 6 34 51 45
Octal 360 337 160 0 7 65 6 64 121 105
Binary 11110000 11011111 1110000 0 111 110101 110 110100 1010001 1000101

Color Harmonies of #F0DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF70

Black with #F0DF70

Text Example


Text Example

White with #F0DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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