Html Css Color HEX #F8DB6A Sweet Corn

📋 copy color: '#F8DB6A'

red 248 ◦ green 219 ◦ blue 106

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

Shades of Sweet Corn #F8DB6A

Tints of Sweet Corn #F8DB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.5%

R = 43.28%
G = 38.22%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8DB6A (or 0xF8DB6A) is known color: Sweet Corn. HEX triplet: F8, DB and 6A. RGB value is (248,219,106). Sum of RGB (Red+Green+Blue) = 248+219+106=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB6A is #072495. Grayscale: #D7D7D7. Windows color (decimal): -468118 or 7003128. OLE color: 7003128.

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

Color convert

RGB 248 219 106 -
CMYK 0 0.12 0.57 0.03
HSL 47.75º 0.91% 0.69% -
HSV(B) 47.75º 0.57% 0.97% -
XYZ 66.64 71.66 23.95 -
YUV 214.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 248 219 106 0 0.12 0.57 0.03 47.75 0.91 0.69
Hex F8 DB 6A 0 C 39 3 30 5B 45
Octal 370 333 152 0 14 71 3 60 133 105
Binary 11111000 11011011 1101010 0 1100 111001 11 110000 1011011 1000101

Color Harmonies of #F8DB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB6A

Black with #F8DB6A

Text Example


Text Example

White with #F8DB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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