Html Css Color HEX #F0D872 Sweet Corn

📋 copy color: '#F0D872'

red 240 ◦ green 216 ◦ blue 114

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

Shades of Sweet Corn #F0D872

Tints of Sweet Corn #F0D872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.89%

 BLUE value IS 114 (44.92% from 255) = 20%

R = 42.11%
G = 37.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0D872 (or 0xF0D872) is known color: Sweet Corn. HEX triplet: F0, D8 and 72. RGB value is (240,216,114). Sum of RGB (Red+Green+Blue) = 240+216+114=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D872 is #0F278D. Grayscale: #D3D3D3. Windows color (decimal): -993166 or 7526640. OLE color: 7526640.

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

Color convert

RGB 240 216 114 -
CMYK 0 0.1 0.52 0.06
HSL 48.57º 0.81% 0.69% -
HSV(B) 48.57º 0.53% 0.94% -
XYZ 63.53 68.85 25.86 -
YUV 211.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 240 216 114 0 0.1 0.52 0.06 48.57 0.81 0.69
Hex F0 D8 72 0 A 34 6 31 51 45
Octal 360 330 162 0 12 64 6 61 121 105
Binary 11110000 11011000 1110010 0 1010 110100 110 110001 1010001 1000101

Color Harmonies of #F0D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D872

Black with #F0D872

Text Example


Text Example

White with #F0D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D872; }

 p { color: rgb(240,216,114); }

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

background-color css

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

 a { background-color: rgb(240,216,114); }

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

border-color css

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

 span { border-color: rgb(240,216,114); }

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