Html Css Color HEX #FEBA3F Supernova

📋 copy color: '#FEBA3F'

red 254 ◦ green 186 ◦ blue 63

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

Shades of Supernova #FEBA3F

Tints of Supernova #FEBA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.52%

R = 50.5%
G = 36.98%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEBA3F (or 0xFEBA3F) is known color: Supernova. HEX triplet: FE, BA and 3F. RGB value is (254,186,63). Sum of RGB (Red+Green+Blue) = 254+186+63=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3F is #0145C0. Grayscale: #C0C0C0. Windows color (decimal): -83393 or 4176638. OLE color: 4176638.

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

Color convert

RGB 254 186 63 -
CMYK 0 0.27 0.75 0.00
HSL 38.64º 0.99% 0.62% -
HSV(B) 38.64º 0.75% 1% -
XYZ 59.33 56.55 12.49 -
YUV 192.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 254 186 63 0 0.27 0.75 0.00 38.64 0.99 0.62
Hex FE BA 3F 0 1B 4B 0 27 63 3E
Octal 376 272 77 0 33 113 0 47 143 76
Binary 11111110 10111010 111111 0 11011 1001011 0 100111 1100011 111110

Color Harmonies of #FEBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA3F

Black with #FEBA3F

Text Example


Text Example

White with #FEBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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