Html Css Color HEX #FEB430 Supernova

📋 copy color: '#FEB430'

red 254 ◦ green 180 ◦ blue 48

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

Shades of Supernova #FEB430

Tints of Supernova #FEB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 52.7%
G = 37.34%
B = 9.96%

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

#FEB430 (or 0xFEB430) is known color: Supernova. HEX triplet: FE, B4 and 30. RGB value is (254,180,48). Sum of RGB (Red+Green+Blue) = 254+180+48=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB430 is #014BCF. Grayscale: #BBBBBB. Windows color (decimal): -84944 or 3192062. OLE color: 3192062.

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

Color convert

RGB 254 180 48 -
CMYK 0 0.29 0.81 0.00
HSL 38.45º 0.99% 0.59% -
HSV(B) 38.45º 0.81% 1% -
XYZ 57.73 53.93 10.16 -
YUV 187.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 254 180 48 0 0.29 0.81 0.00 38.45 0.99 0.59
Hex FE B4 30 0 1D 51 0 26 63 3B
Octal 376 264 60 0 35 121 0 46 143 73
Binary 11111110 10110100 110000 0 11101 1010001 0 100110 1100011 111011

Color Harmonies of #FEB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB430

Black with #FEB430

Text Example


Text Example

White with #FEB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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