Html Css Color HEX #FEB530 Supernova

📋 copy color: '#FEB530'

red 254 ◦ green 181 ◦ blue 48

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

Shades of Supernova #FEB530

Tints of Supernova #FEB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

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

R = 52.59%
G = 37.47%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB530 (or 0xFEB530) is known color: Supernova. HEX triplet: FE, B5 and 30. RGB value is (254,181,48). Sum of RGB (Red+Green+Blue) = 254+181+48=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB530 is #014ACF. Grayscale: #BCBCBC. Windows color (decimal): -84688 or 3192318. OLE color: 3192318.

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

Color convert

RGB 254 181 48 -
CMYK 0 0.29 0.81 0.00
HSL 38.74º 0.99% 0.59% -
HSV(B) 38.74º 0.81% 1% -
XYZ 57.93 54.33 10.23 -
YUV 187.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 254 181 48 0 0.29 0.81 0.00 38.74 0.99 0.59
Hex FE B5 30 0 1D 51 0 27 63 3B
Octal 376 265 60 0 35 121 0 47 143 73
Binary 11111110 10110101 110000 0 11101 1010001 0 100111 1100011 111011

Color Harmonies of #FEB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB530

Black with #FEB530

Text Example


Text Example

White with #FEB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB530; }

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

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

background-color css

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

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

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

border-color css

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

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

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