Html Css Color HEX #FAB731 Supernova

📋 copy color: '#FAB731'

red 250 ◦ green 183 ◦ blue 49

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

Shades of Supernova #FAB731

Tints of Supernova #FAB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

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

R = 51.87%
G = 37.97%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAB731 (or 0xFAB731) is known color: Supernova. HEX triplet: FA, B7 and 31. RGB value is (250,183,49). Sum of RGB (Red+Green+Blue) = 250+183+49=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB731 is #0548CE. Grayscale: #BCBCBC. Windows color (decimal): -346319 or 3258362. OLE color: 3258362.

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

Color convert

RGB 250 183 49 -
CMYK 0 0.27 0.80 0.02
HSL 40º 0.95% 0.59% -
HSV(B) 40º 0.8% 0.98% -
XYZ 56.91 54.41 10.41 -
YUV 187.76 49.7 172.4 -
System Red Green Blue C M Y K H S L
Decimal 250 183 49 0 0.27 0.80 0.02 40 0.95 0.59
Hex FA B7 31 0 1B 50 2 28 5F 3B
Octal 372 267 61 0 33 120 2 50 137 73
Binary 11111010 10110111 110001 0 11011 1010000 10 101000 1011111 111011

Color Harmonies of #FAB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB731

Black with #FAB731

Text Example


Text Example

White with #FAB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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