Html Css Color HEX #FAB132 Supernova

📋 copy color: '#FAB132'

red 250 ◦ green 177 ◦ blue 50

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

Shades of Supernova #FAB132

Tints of Supernova #FAB132

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

 GREEN value IS 177 (69.53% from 255) = 37.11%

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

R = 52.41%
G = 37.11%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAB132 (or 0xFAB132) is known color: Supernova. HEX triplet: FA, B1 and 32. RGB value is (250,177,50). Sum of RGB (Red+Green+Blue) = 250+177+50=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB132 is #054ECD. Grayscale: #B8B8B8. Windows color (decimal): -347854 or 3322362. OLE color: 3322362.

HSL color Cylindrical-coordinate representation of color #FAB132: hue angle of 38.1º degrees, saturation: 0.95, 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 #FAB132 is Cyan = 0, Magento = 0.29, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 50 -
CMYK 0 0.29 0.8 0.02
HSL 38.1º 0.95% 0.59% -
HSV(B) 38.1º 0.8% 0.98% -
XYZ 55.72 52 10.12 -
YUV 184.35 52.18 174.83 -
System Red Green Blue C M Y K H S L
Decimal 250 177 50 0 0.29 0.8 0.02 38.1 0.95 0.59
Hex FA B1 32 0 1D 50 2 26 5F 3B
Octal 372 261 62 0 35 120 2 46 137 73
Binary 11111010 10110001 110010 0 11101 1010000 10 100110 1011111 111011

Color Harmonies of #FAB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB132

Black with #FAB132

Text Example


Text Example

White with #FAB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB132; }

 p { color: rgb(250,177,50); }

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

background-color css

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

 a { background-color: rgb(250,177,50); }

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

border-color css

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

 span { border-color: rgb(250,177,50); }

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