Html Css Color HEX #FFB325 Supernova

📋 copy color: '#FFB325'

red 255 ◦ green 179 ◦ blue 37

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

Shades of Supernova #FFB325

Tints of Supernova #FFB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

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

R = 54.14%
G = 38%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFB325 (or 0xFFB325) is known color: Supernova. HEX triplet: FF, B3 and 25. RGB value is (255,179,37). Sum of RGB (Red+Green+Blue) = 255+179+37=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB325 is #004CDA. Grayscale: #BABABA. Windows color (decimal): -19675 or 2470911. OLE color: 2470911.

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

Color convert

RGB 255 179 37 -
CMYK 0 0.30 0.85 0
HSL 39.08º 1% 0.57% -
HSV(B) 39.08º 0.85% 1% -
XYZ 57.69 53.63 9.06 -
YUV 185.54 44.18 177.55 -
System Red Green Blue C M Y K H S L
Decimal 255 179 37 0 0.30 0.85 0 39.08 1 0.57
Hex FF B3 25 0 1E 55 0 27 64 39
Octal 377 263 45 0 36 125 0 47 144 71
Binary 11111111 10110011 100101 0 11110 1010101 0 100111 1100100 111001

Color Harmonies of #FFB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB325

Black with #FFB325

Text Example


Text Example

White with #FFB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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