Html Css Color HEX #F8DB75 Sweet Corn

📋 copy color: '#F8DB75'

red 248 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #F8DB75

Tints of Sweet Corn #F8DB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 42.47%
G = 37.5%
B = 20.03%

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

#F8DB75 (or 0xF8DB75) is known color: Sweet Corn. HEX triplet: F8, DB and 75. RGB value is (248,219,117). Sum of RGB (Red+Green+Blue) = 248+219+117=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB75 is #07248A. Grayscale: #D8D8D8. Windows color (decimal): -468107 or 7724024. OLE color: 7724024.

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

Color convert

RGB 248 219 117 -
CMYK 0 0.12 0.53 0.03
HSL 46.72º 0.9% 0.72% -
HSV(B) 46.72º 0.53% 0.97% -
XYZ 67.25 71.9 27.16 -
YUV 216.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 248 219 117 0 0.12 0.53 0.03 46.72 0.9 0.72
Hex F8 DB 75 0 C 35 3 2F 5A 48
Octal 370 333 165 0 14 65 3 57 132 110
Binary 11111000 11011011 1110101 0 1100 110101 11 101111 1011010 1001000

Color Harmonies of #F8DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB75

Black with #F8DB75

Text Example


Text Example

White with #F8DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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