Html Css Color HEX #F5DB70 Sweet Corn

📋 copy color: '#F5DB70'

red 245 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #F5DB70

Tints of Sweet Corn #F5DB70

RGB

 RED value IS 245 (96.09% from 255) = 42.53%

 GREEN value IS 219 (85.94% from 255) = 38.02%

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

R = 42.53%
G = 38.02%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5DB70 (or 0xF5DB70) is known color: Sweet Corn. HEX triplet: F5, DB and 70. RGB value is (245,219,112). Sum of RGB (Red+Green+Blue) = 245+219+112=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB70 is #0A248F. Grayscale: #D7D7D7. Windows color (decimal): -664720 or 7396341. OLE color: 7396341.

HSL color Cylindrical-coordinate representation of color #F5DB70: hue angle of 48.27º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5DB70 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 219 112 -
CMYK 0 0.11 0.54 0.04
HSL 48.27º 0.87% 0.7% -
HSV(B) 48.27º 0.54% 0.96% -
XYZ 65.91 71.25 25.61 -
YUV 214.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 245 219 112 0 0.11 0.54 0.04 48.27 0.87 0.7
Hex F5 DB 70 0 B 36 4 30 57 46
Octal 365 333 160 0 13 66 4 60 127 106
Binary 11110101 11011011 1110000 0 1011 110110 100 110000 1010111 1000110

Color Harmonies of #F5DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DB70

Black with #F5DB70

Text Example


Text Example

White with #F5DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DB70; }

 p { color: rgb(245,219,112); }

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

background-color css

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

 a { background-color: rgb(245,219,112); }

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

border-color css

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

 span { border-color: rgb(245,219,112); }

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