Html Css Color HEX #FEBA2E Supernova

📋 copy color: '#FEBA2E'

red 254 ◦ green 186 ◦ blue 46

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

Shades of Supernova #FEBA2E

Tints of Supernova #FEBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 46 (18.36% from 255) = 9.47%

R = 52.26%
G = 38.27%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEBA2E (or 0xFEBA2E) is known color: Supernova. HEX triplet: FE, BA and 2E. RGB value is (254,186,46). Sum of RGB (Red+Green+Blue) = 254+186+46=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2E is #0145D1. Grayscale: #BFBFBF. Windows color (decimal): -83410 or 3062526. OLE color: 3062526.

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

Color convert

RGB 254 186 46 -
CMYK 0 0.27 0.82 0.00
HSL 40.38º 0.99% 0.59% -
HSV(B) 40.38º 0.82% 1% -
XYZ 58.93 56.39 10.36 -
YUV 190.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 254 186 46 0 0.27 0.82 0.00 40.38 0.99 0.59
Hex FE BA 2E 0 1B 52 0 28 63 3B
Octal 376 272 56 0 33 122 0 50 143 73
Binary 11111110 10111010 101110 0 11011 1010010 0 101000 1100011 111011

Color Harmonies of #FEBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA2E

Black with #FEBA2E

Text Example


Text Example

White with #FEBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA2E; }

 p { color: rgb(254,186,46); }

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

background-color css

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

 a { background-color: rgb(254,186,46); }

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

border-color css

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

 span { border-color: rgb(254,186,46); }

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