Html Css Color HEX #FFB525 Supernova

📋 copy color: '#FFB525'

red 255 ◦ green 181 ◦ blue 37

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

Shades of Supernova #FFB525

Tints of Supernova #FFB525

RGB

 RED value IS 255 (100% from 255) = 53.91%

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

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

R = 53.91%
G = 38.27%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFB525 (or 0xFFB525) is known color: Supernova. HEX triplet: FF, B5 and 25. RGB value is (255,181,37). Sum of RGB (Red+Green+Blue) = 255+181+37=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB525 is #004ADA. Grayscale: #BBBBBB. Windows color (decimal): -19163 or 2471423. OLE color: 2471423.

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

Color convert

RGB 255 181 37 -
CMYK 0 0.29 0.85 0
HSL 39.63º 1% 0.57% -
HSV(B) 39.63º 0.85% 1% -
XYZ 58.1 54.44 9.2 -
YUV 186.71 43.52 176.71 -
System Red Green Blue C M Y K H S L
Decimal 255 181 37 0 0.29 0.85 0 39.63 1 0.57
Hex FF B5 25 0 1D 55 0 28 64 39
Octal 377 265 45 0 35 125 0 50 144 71
Binary 11111111 10110101 100101 0 11101 1010101 0 101000 1100100 111001

Color Harmonies of #FFB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB525

Black with #FFB525

Text Example


Text Example

White with #FFB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB525; }

 p { color: rgb(255,181,37); }

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

background-color css

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

 a { background-color: rgb(255,181,37); }

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

border-color css

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

 span { border-color: rgb(255,181,37); }

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