Html Css Color HEX #FEDB6F Sweet Corn

📋 copy color: '#FEDB6F'

red 254 ◦ green 219 ◦ blue 111

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

Shades of Sweet Corn #FEDB6F

Tints of Sweet Corn #FEDB6F

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

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

 BLUE value IS 111 (43.75% from 255) = 19.01%

R = 43.49%
G = 37.5%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEDB6F (or 0xFEDB6F) is known color: Sweet Corn. HEX triplet: FE, DB and 6F. RGB value is (254,219,111). Sum of RGB (Red+Green+Blue) = 254+219+111=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB6F is #012490. Grayscale: #D9D9D9. Windows color (decimal): -74897 or 7330814. OLE color: 7330814.

HSL color Cylindrical-coordinate representation of color #FEDB6F: hue angle of 45.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEDB6F is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 111 -
CMYK 0 0.14 0.56 0.00
HSL 45.31º 0.99% 0.72% -
HSV(B) 45.31º 0.56% 1% -
XYZ 69.07 72.88 25.47 -
YUV 217.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 254 219 111 0 0.14 0.56 0.00 45.31 0.99 0.72
Hex FE DB 6F 0 E 38 0 2D 63 48
Octal 376 333 157 0 16 70 0 55 143 110
Binary 11111110 11011011 1101111 0 1110 111000 0 101101 1100011 1001000

Color Harmonies of #FEDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB6F

Black with #FEDB6F

Text Example


Text Example

White with #FEDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB6F; }

 p { color: rgb(254,219,111); }

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

background-color css

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

 a { background-color: rgb(254,219,111); }

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

border-color css

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

 span { border-color: rgb(254,219,111); }

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