Html Css Color HEX #FEB425 Supernova

📋 copy color: '#FEB425'

red 254 ◦ green 180 ◦ blue 37

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

Shades of Supernova #FEB425

Tints of Supernova #FEB425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 53.93%
G = 38.22%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEB425 (or 0xFEB425) is known color: Supernova. HEX triplet: FE, B4 and 25. RGB value is (254,180,37). Sum of RGB (Red+Green+Blue) = 254+180+37=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB425 is #014BDA. Grayscale: #BABABA. Windows color (decimal): -84955 or 2471166. OLE color: 2471166.

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

Color convert

RGB 254 180 37 -
CMYK 0 0.29 0.85 0.00
HSL 39.54º 0.99% 0.57% -
HSV(B) 39.54º 0.85% 1% -
XYZ 57.53 53.85 9.11 -
YUV 185.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 254 180 37 0 0.29 0.85 0.00 39.54 0.99 0.57
Hex FE B4 25 0 1D 55 0 28 63 39
Octal 376 264 45 0 35 125 0 50 143 71
Binary 11111110 10110100 100101 0 11101 1010101 0 101000 1100011 111001

Color Harmonies of #FEB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB425

Black with #FEB425

Text Example


Text Example

White with #FEB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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