Html Css Color HEX #FAB931 Supernova

📋 copy color: '#FAB931'

red 250 ◦ green 185 ◦ blue 49

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

Shades of Supernova #FAB931

Tints of Supernova #FAB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 51.65%
G = 38.22%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAB931 (or 0xFAB931) is known color: Supernova. HEX triplet: FA, B9 and 31. RGB value is (250,185,49). Sum of RGB (Red+Green+Blue) = 250+185+49=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB931 is #0546CE. Grayscale: #BDBDBD. Windows color (decimal): -345807 or 3258874. OLE color: 3258874.

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

Color convert

RGB 250 185 49 -
CMYK 0 0.26 0.80 0.02
HSL 40.6º 0.95% 0.59% -
HSV(B) 40.6º 0.8% 0.98% -
XYZ 57.33 55.24 10.55 -
YUV 188.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 250 185 49 0 0.26 0.80 0.02 40.6 0.95 0.59
Hex FA B9 31 0 1A 50 2 29 5F 3B
Octal 372 271 61 0 32 120 2 51 137 73
Binary 11111010 10111001 110001 0 11010 1010000 10 101001 1011111 111011

Color Harmonies of #FAB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB931

Black with #FAB931

Text Example


Text Example

White with #FAB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB931; }

 p { color: rgb(250,185,49); }

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

background-color css

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

 a { background-color: rgb(250,185,49); }

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

border-color css

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

 span { border-color: rgb(250,185,49); }

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