Html Css Color HEX #FFB528 Supernova

📋 copy color: '#FFB528'

red 255 ◦ green 181 ◦ blue 40

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

Shades of Supernova #FFB528

Tints of Supernova #FFB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.4%

R = 53.57%
G = 38.03%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB528 (or 0xFFB528) is known color: Supernova. HEX triplet: FF, B5 and 28. RGB value is (255,181,40). Sum of RGB (Red+Green+Blue) = 255+181+40=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB528 is #004AD7. Grayscale: #BBBBBB. Windows color (decimal): -19160 or 2668031. OLE color: 2668031.

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

Color convert

RGB 255 181 40 -
CMYK 0 0.29 0.84 0
HSL 39.35º 1% 0.58% -
HSV(B) 39.35º 0.84% 1% -
XYZ 58.15 54.46 9.45 -
YUV 187.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 255 181 40 0 0.29 0.84 0 39.35 1 0.58
Hex FF B5 28 0 1D 54 0 27 64 3A
Octal 377 265 50 0 35 124 0 47 144 72
Binary 11111111 10110101 101000 0 11101 1010100 0 100111 1100100 111010

Color Harmonies of #FFB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB528

Black with #FFB528

Text Example


Text Example

White with #FFB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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