Html Css Color HEX #FEBA2F Supernova

📋 copy color: '#FEBA2F'

red 254 ◦ green 186 ◦ blue 47

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

Shades of Supernova #FEBA2F

Tints of Supernova #FEBA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.65%

R = 52.16%
G = 38.19%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEBA2F (or 0xFEBA2F) is known color: Supernova. HEX triplet: FE, BA and 2F. RGB value is (254,186,47). Sum of RGB (Red+Green+Blue) = 254+186+47=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2F is #0145D0. Grayscale: #BFBFBF. Windows color (decimal): -83409 or 3128062. OLE color: 3128062.

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

Color convert

RGB 254 186 47 -
CMYK 0 0.27 0.81 0.00
HSL 40.29º 0.99% 0.59% -
HSV(B) 40.29º 0.81% 1% -
XYZ 58.95 56.39 10.47 -
YUV 190.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 254 186 47 0 0.27 0.81 0.00 40.29 0.99 0.59
Hex FE BA 2F 0 1B 51 0 28 63 3B
Octal 376 272 57 0 33 121 0 50 143 73
Binary 11111110 10111010 101111 0 11011 1010001 0 101000 1100011 111011

Color Harmonies of #FEBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA2F

Black with #FEBA2F

Text Example


Text Example

White with #FEBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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