Html Css Color HEX #FEF956 Corn

📋 copy color: '#FEF956'

red 254 ◦ green 249 ◦ blue 86

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

Shades of Corn #FEF956

Tints of Corn #FEF956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.6%

R = 43.12%
G = 42.28%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEF956 (or 0xFEF956) is known color: Corn. HEX triplet: FE, F9 and 56. RGB value is (254,249,86). Sum of RGB (Red+Green+Blue) = 254+249+86=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 86 (33.98% from 255 or 14.60% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF956 is #0106A9. Grayscale: #E8E8E8. Windows color (decimal): -67242 or 5700094. OLE color: 5700094.

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

Color convert

RGB 254 249 86 -
CMYK 0 0.02 0.66 0.00
HSL 58.21º 0.99% 0.67% -
HSV(B) 58.21º 0.66% 1% -
XYZ 76.43 89.49 22.05 -
YUV 231.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 254 249 86 0 0.02 0.66 0.00 58.21 0.99 0.67
Hex FE F9 56 0 2 42 0 3A 63 43
Octal 376 371 126 0 2 102 0 72 143 103
Binary 11111110 11111001 1010110 0 10 1000010 0 111010 1100011 1000011

Color Harmonies of #FEF956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF956

Black with #FEF956

Text Example


Text Example

White with #FEF956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF956; }

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

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

background-color css

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

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

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

border-color css

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

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

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