Html Css Color HEX #FFB527 Supernova

📋 copy color: '#FFB527'

red 255 ◦ green 181 ◦ blue 39

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

Shades of Supernova #FFB527

Tints of Supernova #FFB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.21%

R = 53.68%
G = 38.11%
B = 8.21%

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

#FFB527 (or 0xFFB527) is known color: Supernova. HEX triplet: FF, B5 and 27. RGB value is (255,181,39). Sum of RGB (Red+Green+Blue) = 255+181+39=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB527 is #004AD8. Grayscale: #BBBBBB. Windows color (decimal): -19161 or 2602495. OLE color: 2602495.

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

Color convert

RGB 255 181 39 -
CMYK 0 0.29 0.85 0
HSL 39.44º 1% 0.58% -
HSV(B) 39.44º 0.85% 1% -
XYZ 58.13 54.45 9.37 -
YUV 186.94 44.52 176.55 -
System Red Green Blue C M Y K H S L
Decimal 255 181 39 0 0.29 0.85 0 39.44 1 0.58
Hex FF B5 27 0 1D 55 0 27 64 3A
Octal 377 265 47 0 35 125 0 47 144 72
Binary 11111111 10110101 100111 0 11101 1010101 0 100111 1100100 111010

Color Harmonies of #FFB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB527

Black with #FFB527

Text Example


Text Example

White with #FFB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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