Html Css Color HEX #FEB330 Supernova

📋 copy color: '#FEB330'

red 254 ◦ green 179 ◦ blue 48

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

Shades of Supernova #FEB330

Tints of Supernova #FEB330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 52.81%
G = 37.21%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB330 (or 0xFEB330) is known color: Supernova. HEX triplet: FE, B3 and 30. RGB value is (254,179,48). Sum of RGB (Red+Green+Blue) = 254+179+48=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB330 is #014CCF. Grayscale: #BBBBBB. Windows color (decimal): -85200 or 3191806. OLE color: 3191806.

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

Color convert

RGB 254 179 48 -
CMYK 0 0.30 0.81 0.00
HSL 38.16º 0.99% 0.59% -
HSV(B) 38.16º 0.81% 1% -
XYZ 57.53 53.52 10.1 -
YUV 186.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 254 179 48 0 0.30 0.81 0.00 38.16 0.99 0.59
Hex FE B3 30 0 1E 51 0 26 63 3B
Octal 376 263 60 0 36 121 0 46 143 73
Binary 11111110 10110011 110000 0 11110 1010001 0 100110 1100011 111011

Color Harmonies of #FEB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB330

Black with #FEB330

Text Example


Text Example

White with #FEB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB330; }

 p { color: rgb(254,179,48); }

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

background-color css

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

 a { background-color: rgb(254,179,48); }

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

border-color css

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

 span { border-color: rgb(254,179,48); }

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