Html Css Color HEX #FEF15D Corn

📋 copy color: '#FEF15D'

red 254 ◦ green 241 ◦ blue 93

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

Shades of Corn #FEF15D

Tints of Corn #FEF15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

 BLUE value IS 93 (36.72% from 255) = 15.82%

R = 43.2%
G = 40.99%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEF15D (or 0xFEF15D) is known color: Corn. HEX triplet: FE, F1 and 5D. RGB value is (254,241,93). Sum of RGB (Red+Green+Blue) = 254+241+93=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 93 (36.72% from 255 or 15.82% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF15D is #010EA2. Grayscale: #E4E4E4. Windows color (decimal): -69283 or 6156798. OLE color: 6156798.

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

Color convert

RGB 254 241 93 -
CMYK 0 0.05 0.63 0.00
HSL 55.16º 0.99% 0.68% -
HSV(B) 55.16º 0.63% 1% -
XYZ 74.3 84.77 22.8 -
YUV 228.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 254 241 93 0 0.05 0.63 0.00 55.16 0.99 0.68
Hex FE F1 5D 0 5 3F 0 37 63 44
Octal 376 361 135 0 5 77 0 67 143 104
Binary 11111110 11110001 1011101 0 101 111111 0 110111 1100011 1000100

Color Harmonies of #FEF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF15D

Black with #FEF15D

Text Example


Text Example

White with #FEF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF15D; }

 p { color: rgb(254,241,93); }

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

background-color css

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

 a { background-color: rgb(254,241,93); }

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

border-color css

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

 span { border-color: rgb(254,241,93); }

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