Html Css Color HEX #F5DA74 Sweet Corn

📋 copy color: '#F5DA74'

red 245 ◦ green 218 ◦ blue 116

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

Shades of Sweet Corn #F5DA74

Tints of Sweet Corn #F5DA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 42.31%
G = 37.65%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5DA74 (or 0xF5DA74) is known color: Sweet Corn. HEX triplet: F5, DA and 74. RGB value is (245,218,116). Sum of RGB (Red+Green+Blue) = 245+218+116=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA74 is #0A258B. Grayscale: #D6D6D6. Windows color (decimal): -664972 or 7658229. OLE color: 7658229.

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

Color convert

RGB 245 218 116 -
CMYK 0 0.11 0.53 0.04
HSL 47.44º 0.87% 0.71% -
HSV(B) 47.44º 0.53% 0.96% -
XYZ 65.88 70.82 26.72 -
YUV 214.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 245 218 116 0 0.11 0.53 0.04 47.44 0.87 0.71
Hex F5 DA 74 0 B 35 4 2F 57 47
Octal 365 332 164 0 13 65 4 57 127 107
Binary 11110101 11011010 1110100 0 1011 110101 100 101111 1010111 1000111

Color Harmonies of #F5DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA74

Black with #F5DA74

Text Example


Text Example

White with #F5DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA74; }

 p { color: rgb(245,218,116); }

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

background-color css

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

 a { background-color: rgb(245,218,116); }

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

border-color css

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

 span { border-color: rgb(245,218,116); }

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