Html Css Color HEX #F5DF7A Sweet Corn

📋 copy color: '#F5DF7A'

red 245 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #F5DF7A

Tints of Sweet Corn #F5DF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

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

R = 41.53%
G = 37.8%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5DF7A (or 0xF5DF7A) is known color: Sweet Corn. HEX triplet: F5, DF and 7A. RGB value is (245,223,122). Sum of RGB (Red+Green+Blue) = 245+223+122=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF7A is #0A2085. Grayscale: #DADADA. Windows color (decimal): -663686 or 8052725. OLE color: 8052725.

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

Color convert

RGB 245 223 122 -
CMYK 0 0.09 0.50 0.04
HSL 49.27º 0.86% 0.72% -
HSV(B) 49.27º 0.5% 0.96% -
XYZ 67.56 73.59 29.06 -
YUV 218.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 245 223 122 0 0.09 0.50 0.04 49.27 0.86 0.72
Hex F5 DF 7A 0 9 32 4 31 56 48
Octal 365 337 172 0 11 62 4 61 126 110
Binary 11110101 11011111 1111010 0 1001 110010 100 110001 1010110 1001000

Color Harmonies of #F5DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DF7A

Black with #F5DF7A

Text Example


Text Example

White with #F5DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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