Html Css Color HEX #FBAD32 Supernova

📋 copy color: '#FBAD32'

red 251 ◦ green 173 ◦ blue 50

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

Shades of Supernova #FBAD32

Tints of Supernova #FBAD32

RGB

 RED value IS 251 (98.44% from 255) = 52.95%

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 52.95%
G = 36.5%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBAD32 (or 0xFBAD32) is known color: Supernova. HEX triplet: FB, AD and 32. RGB value is (251,173,50). Sum of RGB (Red+Green+Blue) = 251+173+50=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAD32 is #0452CD. Grayscale: #B6B6B6. Windows color (decimal): -283342 or 3321339. OLE color: 3321339.

HSL color Cylindrical-coordinate representation of color #FBAD32: hue angle of 36.72º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBAD32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 50 -
CMYK 0 0.31 0.80 0.02
HSL 36.72º 0.96% 0.59% -
HSV(B) 36.72º 0.8% 0.98% -
XYZ 55.3 50.63 9.87 -
YUV 182.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 251 173 50 0 0.31 0.80 0.02 36.72 0.96 0.59
Hex FB AD 32 0 1F 50 2 25 60 3B
Octal 373 255 62 0 37 120 2 45 140 73
Binary 11111011 10101101 110010 0 11111 1010000 10 100101 1100000 111011

Color Harmonies of #FBAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAD32

Black with #FBAD32

Text Example


Text Example

White with #FBAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAD32; }

 p { color: rgb(251,173,50); }

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

background-color css

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

 a { background-color: rgb(251,173,50); }

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

border-color css

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

 span { border-color: rgb(251,173,50); }

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