Html Css Color HEX #F0D971 Sweet Corn

📋 copy color: '#F0D971'

red 240 ◦ green 217 ◦ blue 113

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

Shades of Sweet Corn #F0D971

Tints of Sweet Corn #F0D971

RGB

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

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

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

R = 42.11%
G = 38.07%
B = 19.82%

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

#F0D971 (or 0xF0D971) is known color: Sweet Corn. HEX triplet: F0, D9 and 71. RGB value is (240,217,113). Sum of RGB (Red+Green+Blue) = 240+217+113=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D971 is #0F268E. Grayscale: #D4D4D4. Windows color (decimal): -992911 or 7461360. OLE color: 7461360.

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

Color convert

RGB 240 217 113 -
CMYK 0 0.10 0.53 0.06
HSL 49.13º 0.81% 0.69% -
HSV(B) 49.13º 0.53% 0.94% -
XYZ 63.73 69.34 25.65 -
YUV 212.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 240 217 113 0 0.10 0.53 0.06 49.13 0.81 0.69
Hex F0 D9 71 0 A 35 6 31 51 45
Octal 360 331 161 0 12 65 6 61 121 105
Binary 11110000 11011001 1110001 0 1010 110101 110 110001 1010001 1000101

Color Harmonies of #F0D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D971

Black with #F0D971

Text Example


Text Example

White with #F0D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D971; }

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

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

background-color css

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

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

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

border-color css

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

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

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