Html Css Color HEX #F5DD7A Sweet Corn

📋 copy color: '#F5DD7A'

red 245 ◦ green 221 ◦ blue 122

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

Shades of Sweet Corn #F5DD7A

Tints of Sweet Corn #F5DD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

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

R = 41.67%
G = 37.59%
B = 20.75%

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

#F5DD7A (or 0xF5DD7A) is known color: Sweet Corn. HEX triplet: F5, DD and 7A. RGB value is (245,221,122). Sum of RGB (Red+Green+Blue) = 245+221+122=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD7A is #0A2285. Grayscale: #D9D9D9. Windows color (decimal): -664198 or 8052213. OLE color: 8052213.

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

Color convert

RGB 245 221 122 -
CMYK 0 0.10 0.50 0.04
HSL 48.29º 0.86% 0.72% -
HSV(B) 48.29º 0.5% 0.96% -
XYZ 67.03 72.53 28.88 -
YUV 216.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 245 221 122 0 0.10 0.50 0.04 48.29 0.86 0.72
Hex F5 DD 7A 0 A 32 4 30 56 48
Octal 365 335 172 0 12 62 4 60 126 110
Binary 11110101 11011101 1111010 0 1010 110010 100 110000 1010110 1001000

Color Harmonies of #F5DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DD7A

Black with #F5DD7A

Text Example


Text Example

White with #F5DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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