Html Css Color HEX #FEF15F Corn

📋 copy color: '#FEF15F'

red 254 ◦ green 241 ◦ blue 95

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

Shades of Corn #FEF15F

Tints of Corn #FEF15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.1%

R = 43.05%
G = 40.85%
B = 16.1%

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

#FEF15F (or 0xFEF15F) is known color: Corn. HEX triplet: FE, F1 and 5F. RGB value is (254,241,95). Sum of RGB (Red+Green+Blue) = 254+241+95=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 95 (37.5% from 255 or 16.10% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF15F is #010EA0. Grayscale: #E4E4E4. Windows color (decimal): -69281 or 6287870. OLE color: 6287870.

HSL color Cylindrical-coordinate representation of color #FEF15F: hue angle of 55.09º 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 #FEF15F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 95 -
CMYK 0 0.05 0.63 0.00
HSL 55.09º 0.99% 0.68% -
HSV(B) 55.09º 0.63% 1% -
XYZ 74.39 84.81 23.28 -
YUV 228.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 254 241 95 0 0.05 0.63 0.00 55.09 0.99 0.68
Hex FE F1 5F 0 5 3F 0 37 63 44
Octal 376 361 137 0 5 77 0 67 143 104
Binary 11111110 11110001 1011111 0 101 111111 0 110111 1100011 1000100

Color Harmonies of #FEF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF15F

Black with #FEF15F

Text Example


Text Example

White with #FEF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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