Html Css Color HEX #F6DB70 Sweet Corn

📋 copy color: '#F6DB70'

red 246 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #F6DB70

Tints of Sweet Corn #F6DB70

RGB

 RED value IS 246 (96.48% from 255) = 42.63%

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

 BLUE value IS 112 (44.14% from 255) = 19.41%

R = 42.63%
G = 37.95%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6DB70 (or 0xF6DB70) is known color: Sweet Corn. HEX triplet: F6, DB and 70. RGB value is (246,219,112). Sum of RGB (Red+Green+Blue) = 246+219+112=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB70 is #09248F. Grayscale: #D7D7D7. Windows color (decimal): -599184 or 7396342. OLE color: 7396342.

HSL color Cylindrical-coordinate representation of color #F6DB70: hue angle of 47.91º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6DB70 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 219 112 -
CMYK 0 0.11 0.54 0.04
HSL 47.91º 0.88% 0.7% -
HSV(B) 47.91º 0.54% 0.96% -
XYZ 66.26 71.43 25.62 -
YUV 214.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 246 219 112 0 0.11 0.54 0.04 47.91 0.88 0.7
Hex F6 DB 70 0 B 36 4 30 58 46
Octal 366 333 160 0 13 66 4 60 130 106
Binary 11110110 11011011 1110000 0 1011 110110 100 110000 1011000 1000110

Color Harmonies of #F6DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DB70

Black with #F6DB70

Text Example


Text Example

White with #F6DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DB70; }

 p { color: rgb(246,219,112); }

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

background-color css

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

 a { background-color: rgb(246,219,112); }

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

border-color css

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

 span { border-color: rgb(246,219,112); }

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