Html Css Color HEX #F5DC78 Sweet Corn

📋 copy color: '#F5DC78'

red 245 ◦ green 220 ◦ blue 120

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

Shades of Sweet Corn #F5DC78

Tints of Sweet Corn #F5DC78

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 120 (47.27% from 255) = 20.51%

R = 41.88%
G = 37.61%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5DC78 (or 0xF5DC78) is known color: Sweet Corn. HEX triplet: F5, DC and 78. RGB value is (245,220,120). Sum of RGB (Red+Green+Blue) = 245+220+120=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC78 is #0A2387. Grayscale: #D8D8D8. Windows color (decimal): -664456 or 7920885. OLE color: 7920885.

HSL color Cylindrical-coordinate representation of color #F5DC78: hue angle of 48º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5DC78 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 120 -
CMYK 0 0.10 0.51 0.04
HSL 48º 0.86% 0.72% -
HSV(B) 48º 0.51% 0.96% -
XYZ 66.64 71.95 28.15 -
YUV 216.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 245 220 120 0 0.10 0.51 0.04 48 0.86 0.72
Hex F5 DC 78 0 A 33 4 30 56 48
Octal 365 334 170 0 12 63 4 60 126 110
Binary 11110101 11011100 1111000 0 1010 110011 100 110000 1010110 1001000

Color Harmonies of #F5DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC78

Black with #F5DC78

Text Example


Text Example

White with #F5DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC78; }

 p { color: rgb(245,220,120); }

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

background-color css

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

 a { background-color: rgb(245,220,120); }

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

border-color css

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

 span { border-color: rgb(245,220,120); }

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