Html Css Color HEX #FFB52B Supernova

📋 copy color: '#FFB52B'

red 255 ◦ green 181 ◦ blue 43

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

Shades of Supernova #FFB52B

Tints of Supernova #FFB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.98%

R = 53.24%
G = 37.79%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFB52B (or 0xFFB52B) is known color: Supernova. HEX triplet: FF, B5 and 2B. RGB value is (255,181,43). Sum of RGB (Red+Green+Blue) = 255+181+43=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB52B is #004AD4. Grayscale: #BCBCBC. Windows color (decimal): -19157 or 2864639. OLE color: 2864639.

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

Color convert

RGB 255 181 43 -
CMYK 0 0.29 0.83 0
HSL 39.06º 1% 0.58% -
HSV(B) 39.06º 0.83% 1% -
XYZ 58.2 54.48 9.73 -
YUV 187.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 255 181 43 0 0.29 0.83 0 39.06 1 0.58
Hex FF B5 2B 0 1D 53 0 27 64 3A
Octal 377 265 53 0 35 123 0 47 144 72
Binary 11111111 10110101 101011 0 11101 1010011 0 100111 1100100 111010

Color Harmonies of #FFB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB52B

Black with #FFB52B

Text Example


Text Example

White with #FFB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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