Html Css Color HEX #F8DA74 Sweet Corn

📋 copy color: '#F8DA74'

red 248 ◦ green 218 ◦ blue 116

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

Shades of Sweet Corn #F8DA74

Tints of Sweet Corn #F8DA74

RGB

 RED value IS 248 (97.27% from 255) = 42.61%

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

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

R = 42.61%
G = 37.46%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8DA74 (or 0xF8DA74) is known color: Sweet Corn. HEX triplet: F8, DA and 74. RGB value is (248,218,116). Sum of RGB (Red+Green+Blue) = 248+218+116=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA74 is #07258B. Grayscale: #D7D7D7. Windows color (decimal): -468364 or 7658232. OLE color: 7658232.

HSL color Cylindrical-coordinate representation of color #F8DA74: hue angle of 46.36º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8DA74 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 218 116 -
CMYK 0 0.12 0.53 0.03
HSL 46.36º 0.9% 0.71% -
HSV(B) 46.36º 0.53% 0.97% -
XYZ 66.94 71.36 26.77 -
YUV 215.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 248 218 116 0 0.12 0.53 0.03 46.36 0.9 0.71
Hex F8 DA 74 0 C 35 3 2E 5A 47
Octal 370 332 164 0 14 65 3 56 132 107
Binary 11111000 11011010 1110100 0 1100 110101 11 101110 1011010 1000111

Color Harmonies of #F8DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA74

Black with #F8DA74

Text Example


Text Example

White with #F8DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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