Html Css Color HEX #F5DC7A Sweet Corn

📋 copy color: '#F5DC7A'

red 245 ◦ green 220 ◦ blue 122

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

Shades of Sweet Corn #F5DC7A

Tints of Sweet Corn #F5DC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 41.74%
G = 37.48%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5DC7A (or 0xF5DC7A) is known color: Sweet Corn. HEX triplet: F5, DC and 7A. RGB value is (245,220,122). Sum of RGB (Red+Green+Blue) = 245+220+122=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC7A is #0A2385. Grayscale: #D8D8D8. Windows color (decimal): -664454 or 8051957. OLE color: 8051957.

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

Color convert

RGB 245 220 122 -
CMYK 0 0.10 0.50 0.04
HSL 47.8º 0.86% 0.72% -
HSV(B) 47.8º 0.5% 0.96% -
XYZ 66.76 72 28.79 -
YUV 216.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 245 220 122 0 0.10 0.50 0.04 47.8 0.86 0.72
Hex F5 DC 7A 0 A 32 4 30 56 48
Octal 365 334 172 0 12 62 4 60 126 110
Binary 11110101 11011100 1111010 0 1010 110010 100 110000 1010110 1001000

Color Harmonies of #F5DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC7A

Black with #F5DC7A

Text Example


Text Example

White with #F5DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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