Html Css Color HEX #F8DB78 Sweet Corn

📋 copy color: '#F8DB78'

red 248 ◦ green 219 ◦ blue 120

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

Shades of Sweet Corn #F8DB78

Tints of Sweet Corn #F8DB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.44%

R = 42.25%
G = 37.31%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8DB78 (or 0xF8DB78) is known color: Sweet Corn. HEX triplet: F8, DB and 78. RGB value is (248,219,120). Sum of RGB (Red+Green+Blue) = 248+219+120=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB78 is #072487. Grayscale: #D8D8D8. Windows color (decimal): -468104 or 7920632. OLE color: 7920632.

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

Color convert

RGB 248 219 120 -
CMYK 0 0.12 0.52 0.03
HSL 46.41º 0.9% 0.72% -
HSV(B) 46.41º 0.52% 0.97% -
XYZ 67.43 71.98 28.11 -
YUV 216.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 248 219 120 0 0.12 0.52 0.03 46.41 0.9 0.72
Hex F8 DB 78 0 C 34 3 2E 5A 48
Octal 370 333 170 0 14 64 3 56 132 110
Binary 11111000 11011011 1111000 0 1100 110100 11 101110 1011010 1001000

Color Harmonies of #F8DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB78

Black with #F8DB78

Text Example


Text Example

White with #F8DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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