Html Css Color HEX #FEB925 Supernova

📋 copy color: '#FEB925'

red 254 ◦ green 185 ◦ blue 37

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

Shades of Supernova #FEB925

Tints of Supernova #FEB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 53.36%
G = 38.87%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEB925 (or 0xFEB925) is known color: Supernova. HEX triplet: FE, B9 and 25. RGB value is (254,185,37). Sum of RGB (Red+Green+Blue) = 254+185+37=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB925 is #0146DA. Grayscale: #BDBDBD. Windows color (decimal): -83675 or 2472446. OLE color: 2472446.

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

Color convert

RGB 254 185 37 -
CMYK 0 0.27 0.85 0.00
HSL 40.92º 0.99% 0.57% -
HSV(B) 40.92º 0.85% 1% -
XYZ 58.56 55.9 9.45 -
YUV 188.76 42.36 174.53 -
System Red Green Blue C M Y K H S L
Decimal 254 185 37 0 0.27 0.85 0.00 40.92 0.99 0.57
Hex FE B9 25 0 1B 55 0 29 63 39
Octal 376 271 45 0 33 125 0 51 143 71
Binary 11111110 10111001 100101 0 11011 1010101 0 101001 1100011 111001

Color Harmonies of #FEB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB925

Black with #FEB925

Text Example


Text Example

White with #FEB925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB925; }

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

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

background-color css

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

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

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

border-color css

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

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

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