Html Css Color HEX #FAB032 Supernova

📋 copy color: '#FAB032'

red 250 ◦ green 176 ◦ blue 50

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

Shades of Supernova #FAB032

Tints of Supernova #FAB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

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

R = 52.52%
G = 36.97%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAB032 (or 0xFAB032) is known color: Supernova. HEX triplet: FA, B0 and 32. RGB value is (250,176,50). Sum of RGB (Red+Green+Blue) = 250+176+50=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB032 is #054FCD. Grayscale: #B8B8B8. Windows color (decimal): -348110 or 3322106. OLE color: 3322106.

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

Color convert

RGB 250 176 50 -
CMYK 0 0.30 0.8 0.02
HSL 37.8º 0.95% 0.59% -
HSV(B) 37.8º 0.8% 0.98% -
XYZ 55.53 51.6 10.05 -
YUV 183.76 52.52 175.25 -
System Red Green Blue C M Y K H S L
Decimal 250 176 50 0 0.30 0.8 0.02 37.8 0.95 0.59
Hex FA B0 32 0 1E 50 2 26 5F 3B
Octal 372 260 62 0 36 120 2 46 137 73
Binary 11111010 10110000 110010 0 11110 1010000 10 100110 1011111 111011

Color Harmonies of #FAB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB032

Black with #FAB032

Text Example


Text Example

White with #FAB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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