Html Css Color HEX #FEC140 Supernova

📋 copy color: '#FEC140'

red 254 ◦ green 193 ◦ blue 64

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

Shades of Supernova #FEC140

Tints of Supernova #FEC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 64 (25.39% from 255) = 12.52%

R = 49.71%
G = 37.77%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEC140 (or 0xFEC140) is known color: Supernova. HEX triplet: FE, C1 and 40. RGB value is (254,193,64). Sum of RGB (Red+Green+Blue) = 254+193+64=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC140 is #013EBF. Grayscale: #C5C5C5. Windows color (decimal): -81600 or 4243966. OLE color: 4243966.

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

Color convert

RGB 254 193 64 -
CMYK 0 0.24 0.75 0.00
HSL 40.74º 0.99% 0.62% -
HSV(B) 40.74º 0.75% 1% -
XYZ 60.87 59.58 13.14 -
YUV 196.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 254 193 64 0 0.24 0.75 0.00 40.74 0.99 0.62
Hex FE C1 40 0 18 4B 0 29 63 3E
Octal 376 301 100 0 30 113 0 51 143 76
Binary 11111110 11000001 1000000 0 11000 1001011 0 101001 1100011 111110

Color Harmonies of #FEC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC140

Black with #FEC140

Text Example


Text Example

White with #FEC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC140; }

 p { color: rgb(254,193,64); }

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

background-color css

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

 a { background-color: rgb(254,193,64); }

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

border-color css

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

 span { border-color: rgb(254,193,64); }

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