Html Css Color HEX #F0D970 Sweet Corn

📋 copy color: '#F0D970'

red 240 ◦ green 217 ◦ blue 112

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

Shades of Sweet Corn #F0D970

Tints of Sweet Corn #F0D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

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

R = 42.18%
G = 38.14%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0D970 (or 0xF0D970) is known color: Sweet Corn. HEX triplet: F0, D9 and 70. RGB value is (240,217,112). Sum of RGB (Red+Green+Blue) = 240+217+112=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D970 is #0F268F. Grayscale: #D4D4D4. Windows color (decimal): -992912 or 7395824. OLE color: 7395824.

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

Color convert

RGB 240 217 112 -
CMYK 0 0.10 0.53 0.06
HSL 49.22º 0.81% 0.69% -
HSV(B) 49.22º 0.53% 0.94% -
XYZ 63.67 69.32 25.35 -
YUV 211.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 240 217 112 0 0.10 0.53 0.06 49.22 0.81 0.69
Hex F0 D9 70 0 A 35 6 31 51 45
Octal 360 331 160 0 12 65 6 61 121 105
Binary 11110000 11011001 1110000 0 1010 110101 110 110001 1010001 1000101

Color Harmonies of #F0D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D970

Black with #F0D970

Text Example


Text Example

White with #F0D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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