Html Css Color HEX #FFB332 Supernova

📋 copy color: '#FFB332'

red 255 ◦ green 179 ◦ blue 50

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

Shades of Supernova #FFB332

Tints of Supernova #FFB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 52.69%
G = 36.98%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFB332 (or 0xFFB332) is known color: Supernova. HEX triplet: FF, B3 and 32. RGB value is (255,179,50). Sum of RGB (Red+Green+Blue) = 255+179+50=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB332 is #004CCD. Grayscale: #BBBBBB. Windows color (decimal): -19662 or 3322879. OLE color: 3322879.

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

Color convert

RGB 255 179 50 -
CMYK 0 0.30 0.80 0
HSL 37.76º 1% 0.6% -
HSV(B) 37.76º 0.8% 1% -
XYZ 57.94 53.73 10.34 -
YUV 187.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 255 179 50 0 0.30 0.80 0 37.76 1 0.6
Hex FF B3 32 0 1E 50 0 26 64 3C
Octal 377 263 62 0 36 120 0 46 144 74
Binary 11111111 10110011 110010 0 11110 1010000 0 100110 1100100 111100

Color Harmonies of #FFB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB332

Black with #FFB332

Text Example


Text Example

White with #FFB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB332; }

 p { color: rgb(255,179,50); }

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

background-color css

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

 a { background-color: rgb(255,179,50); }

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

border-color css

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

 span { border-color: rgb(255,179,50); }

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