Html Css Color HEX #FFB531 Supernova

📋 copy color: '#FFB531'

red 255 ◦ green 181 ◦ blue 49

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

Shades of Supernova #FFB531

Tints of Supernova #FFB531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 52.58%
G = 37.32%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFB531 (or 0xFFB531) is known color: Supernova. HEX triplet: FF, B5 and 31. RGB value is (255,181,49). Sum of RGB (Red+Green+Blue) = 255+181+49=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB531 is #004ACE. Grayscale: #BCBCBC. Windows color (decimal): -19151 or 3257855. OLE color: 3257855.

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

Color convert

RGB 255 181 49 -
CMYK 0 0.29 0.81 0
HSL 38.45º 1% 0.6% -
HSV(B) 38.45º 0.81% 1% -
XYZ 58.32 54.53 10.36 -
YUV 188.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 255 181 49 0 0.29 0.81 0 38.45 1 0.6
Hex FF B5 31 0 1D 51 0 26 64 3C
Octal 377 265 61 0 35 121 0 46 144 74
Binary 11111111 10110101 110001 0 11101 1010001 0 100110 1100100 111100

Color Harmonies of #FFB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB531

Black with #FFB531

Text Example


Text Example

White with #FFB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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