Html Css Color HEX #F6E67D Sweet Corn

📋 copy color: '#F6E67D'

red 246 ◦ green 230 ◦ blue 125

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

Shades of Sweet Corn #F6E67D

Tints of Sweet Corn #F6E67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.27%

 BLUE value IS 125 (49.22% from 255) = 20.8%

R = 40.93%
G = 38.27%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6E67D (or 0xF6E67D) is known color: Sweet Corn. HEX triplet: F6, E6 and 7D. RGB value is (246,230,125). Sum of RGB (Red+Green+Blue) = 246+230+125=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E67D is #091982. Grayscale: #DFDFDF. Windows color (decimal): -596355 or 8251126. OLE color: 8251126.

HSL color Cylindrical-coordinate representation of color #F6E67D: hue angle of 52.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6E67D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 230 125 -
CMYK 0 0.07 0.49 0.04
HSL 52.07º 0.87% 0.73% -
HSV(B) 52.07º 0.49% 0.96% -
XYZ 70 77.67 30.7 -
YUV 222.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 246 230 125 0 0.07 0.49 0.04 52.07 0.87 0.73
Hex F6 E6 7D 0 7 31 4 34 57 49
Octal 366 346 175 0 7 61 4 64 127 111
Binary 11110110 11100110 1111101 0 111 110001 100 110100 1010111 1001001

Color Harmonies of #F6E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E67D

Black with #F6E67D

Text Example


Text Example

White with #F6E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E67D; }

 p { color: rgb(246,230,125); }

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

background-color css

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

 a { background-color: rgb(246,230,125); }

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

border-color css

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

 span { border-color: rgb(246,230,125); }

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