Html Css Color HEX #FFB52F Supernova

📋 copy color: '#FFB52F'

red 255 ◦ green 181 ◦ blue 47

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

Shades of Supernova #FFB52F

Tints of Supernova #FFB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 52.8%
G = 37.47%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFB52F (or 0xFFB52F) is known color: Supernova. HEX triplet: FF, B5 and 2F. RGB value is (255,181,47). Sum of RGB (Red+Green+Blue) = 255+181+47=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB52F is #004AD0. Grayscale: #BCBCBC. Windows color (decimal): -19153 or 3126783. OLE color: 3126783.

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

Color convert

RGB 255 181 47 -
CMYK 0 0.29 0.82 0
HSL 38.65º 1% 0.59% -
HSV(B) 38.65º 0.82% 1% -
XYZ 58.28 54.51 10.14 -
YUV 187.85 48.52 175.9 -
System Red Green Blue C M Y K H S L
Decimal 255 181 47 0 0.29 0.82 0 38.65 1 0.59
Hex FF B5 2F 0 1D 52 0 27 64 3B
Octal 377 265 57 0 35 122 0 47 144 73
Binary 11111111 10110101 101111 0 11101 1010010 0 100111 1100100 111011

Color Harmonies of #FFB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB52F

Black with #FFB52F

Text Example


Text Example

White with #FFB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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