Html Css Color HEX #F8DB74 Sweet Corn

📋 copy color: '#F8DB74'

red 248 ◦ green 219 ◦ blue 116

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

Shades of Sweet Corn #F8DB74

Tints of Sweet Corn #F8DB74

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 42.54%
G = 37.56%
B = 19.9%

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

#F8DB74 (or 0xF8DB74) is known color: Sweet Corn. HEX triplet: F8, DB and 74. RGB value is (248,219,116). Sum of RGB (Red+Green+Blue) = 248+219+116=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB74 is #07248B. Grayscale: #D8D8D8. Windows color (decimal): -468108 or 7658488. OLE color: 7658488.

HSL color Cylindrical-coordinate representation of color #F8DB74: hue angle of 46.82º 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 #F8DB74 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 116 -
CMYK 0 0.12 0.53 0.03
HSL 46.82º 0.9% 0.71% -
HSV(B) 46.82º 0.53% 0.97% -
XYZ 67.2 71.88 26.86 -
YUV 215.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 248 219 116 0 0.12 0.53 0.03 46.82 0.9 0.71
Hex F8 DB 74 0 C 35 3 2F 5A 47
Octal 370 333 164 0 14 65 3 57 132 107
Binary 11111000 11011011 1110100 0 1100 110101 11 101111 1011010 1000111

Color Harmonies of #F8DB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB74

Black with #F8DB74

Text Example


Text Example

White with #F8DB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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