Html Css Color HEX #FEBA2A Supernova

📋 copy color: '#FEBA2A'

red 254 ◦ green 186 ◦ blue 42

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

Shades of Supernova #FEBA2A

Tints of Supernova #FEBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 52.7%
G = 38.59%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEBA2A (or 0xFEBA2A) is known color: Supernova. HEX triplet: FE, BA and 2A. RGB value is (254,186,42). Sum of RGB (Red+Green+Blue) = 254+186+42=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2A is #0145D5. Grayscale: #BEBEBE. Windows color (decimal): -83414 or 2800382. OLE color: 2800382.

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

Color convert

RGB 254 186 42 -
CMYK 0 0.27 0.83 0.00
HSL 40.75º 0.99% 0.58% -
HSV(B) 40.75º 0.83% 1% -
XYZ 58.85 56.36 9.97 -
YUV 189.92 44.53 173.71 -
System Red Green Blue C M Y K H S L
Decimal 254 186 42 0 0.27 0.83 0.00 40.75 0.99 0.58
Hex FE BA 2A 0 1B 53 0 29 63 3A
Octal 376 272 52 0 33 123 0 51 143 72
Binary 11111110 10111010 101010 0 11011 1010011 0 101001 1100011 111010

Color Harmonies of #FEBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA2A

Black with #FEBA2A

Text Example


Text Example

White with #FEBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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