Html Css Color HEX #FEBA3C Supernova

📋 copy color: '#FEBA3C'

red 254 ◦ green 186 ◦ blue 60

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

Shades of Supernova #FEBA3C

Tints of Supernova #FEBA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12%

R = 50.8%
G = 37.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEBA3C (or 0xFEBA3C) is known color: Supernova. HEX triplet: FE, BA and 3C. RGB value is (254,186,60). Sum of RGB (Red+Green+Blue) = 254+186+60=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3C is #0145C3. Grayscale: #C0C0C0. Windows color (decimal): -83396 or 3980030. OLE color: 3980030.

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

Color convert

RGB 254 186 60 -
CMYK 0 0.27 0.76 0.00
HSL 38.97º 0.99% 0.62% -
HSV(B) 38.97º 0.76% 1% -
XYZ 59.25 56.51 12.06 -
YUV 191.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 254 186 60 0 0.27 0.76 0.00 38.97 0.99 0.62
Hex FE BA 3C 0 1B 4C 0 27 63 3E
Octal 376 272 74 0 33 114 0 47 143 76
Binary 11111110 10111010 111100 0 11011 1001100 0 100111 1100011 111110

Color Harmonies of #FEBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA3C

Black with #FEBA3C

Text Example


Text Example

White with #FEBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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