Html Css Color HEX #FAB031 Supernova

📋 copy color: '#FAB031'

red 250 ◦ green 176 ◦ blue 49

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

Shades of Supernova #FAB031

Tints of Supernova #FAB031

RGB

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

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

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

R = 52.63%
G = 37.05%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAB031 (or 0xFAB031) is known color: Supernova. HEX triplet: FA, B0 and 31. RGB value is (250,176,49). Sum of RGB (Red+Green+Blue) = 250+176+49=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB031 is #054FCE. Grayscale: #B8B8B8. Windows color (decimal): -348111 or 3256570. OLE color: 3256570.

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

Color convert

RGB 250 176 49 -
CMYK 0 0.30 0.80 0.02
HSL 37.91º 0.95% 0.59% -
HSV(B) 37.91º 0.8% 0.98% -
XYZ 55.5 51.6 9.94 -
YUV 183.65 52.02 175.33 -
System Red Green Blue C M Y K H S L
Decimal 250 176 49 0 0.30 0.80 0.02 37.91 0.95 0.59
Hex FA B0 31 0 1E 50 2 26 5F 3B
Octal 372 260 61 0 36 120 2 46 137 73
Binary 11111010 10110000 110001 0 11110 1010000 10 100110 1011111 111011

Color Harmonies of #FAB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB031

Black with #FAB031

Text Example


Text Example

White with #FAB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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