Html Css Color HEX #FEF958 Corn

📋 copy color: '#FEF958'

red 254 ◦ green 249 ◦ blue 88

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

Shades of Corn #FEF958

Tints of Corn #FEF958

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

 BLUE value IS 88 (34.77% from 255) = 14.89%

R = 42.98%
G = 42.13%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEF958 (or 0xFEF958) is known color: Corn. HEX triplet: FE, F9 and 58. RGB value is (254,249,88). Sum of RGB (Red+Green+Blue) = 254+249+88=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 88 (34.77% from 255 or 14.89% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF958 is #0106A7. Grayscale: #E8E8E8. Windows color (decimal): -67240 or 5831166. OLE color: 5831166.

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

Color convert

RGB 254 249 88 -
CMYK 0 0.02 0.65 0.00
HSL 58.19º 0.99% 0.67% -
HSV(B) 58.19º 0.65% 1% -
XYZ 76.51 89.53 22.48 -
YUV 232.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 254 249 88 0 0.02 0.65 0.00 58.19 0.99 0.67
Hex FE F9 58 0 2 41 0 3A 63 43
Octal 376 371 130 0 2 101 0 72 143 103
Binary 11111110 11111001 1011000 0 10 1000001 0 111010 1100011 1000011

Color Harmonies of #FEF958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF958

Black with #FEF958

Text Example


Text Example

White with #FEF958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF958; }

 p { color: rgb(254,249,88); }

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

background-color css

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

 a { background-color: rgb(254,249,88); }

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

border-color css

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

 span { border-color: rgb(254,249,88); }

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