Html Css Color HEX #FEBA2B Supernova

📋 copy color: '#FEBA2B'

red 254 ◦ green 186 ◦ blue 43

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

Shades of Supernova #FEBA2B

Tints of Supernova #FEBA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 52.59%
G = 38.51%
B = 8.9%

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

#FEBA2B (or 0xFEBA2B) is known color: Supernova. HEX triplet: FE, BA and 2B. RGB value is (254,186,43). Sum of RGB (Red+Green+Blue) = 254+186+43=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2B is #0145D4. Grayscale: #BEBEBE. Windows color (decimal): -83413 or 2865918. OLE color: 2865918.

HSL color Cylindrical-coordinate representation of color #FEBA2B: hue angle of 40.66º 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 #FEBA2B is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 43 -
CMYK 0 0.27 0.83 0.00
HSL 40.66º 0.99% 0.58% -
HSV(B) 40.66º 0.83% 1% -
XYZ 58.87 56.36 10.06 -
YUV 190.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 254 186 43 0 0.27 0.83 0.00 40.66 0.99 0.58
Hex FE BA 2B 0 1B 53 0 29 63 3A
Octal 376 272 53 0 33 123 0 51 143 72
Binary 11111110 10111010 101011 0 11011 1010011 0 101001 1100011 111010

Color Harmonies of #FEBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA2B

Black with #FEBA2B

Text Example


Text Example

White with #FEBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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