Html Css Color HEX #FABA31 Supernova

📋 copy color: '#FABA31'

red 250 ◦ green 186 ◦ blue 49

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

Shades of Supernova #FABA31

Tints of Supernova #FABA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 51.55%
G = 38.35%
B = 10.1%

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

#FABA31 (or 0xFABA31) is known color: Supernova. HEX triplet: FA, BA and 31. RGB value is (250,186,49). Sum of RGB (Red+Green+Blue) = 250+186+49=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA31 is #0545CE. Grayscale: #BEBEBE. Windows color (decimal): -345551 or 3259130. OLE color: 3259130.

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

Color convert

RGB 250 186 49 -
CMYK 0 0.26 0.80 0.02
HSL 40.9º 0.95% 0.59% -
HSV(B) 40.9º 0.8% 0.98% -
XYZ 57.54 55.66 10.62 -
YUV 189.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 250 186 49 0 0.26 0.80 0.02 40.9 0.95 0.59
Hex FA BA 31 0 1A 50 2 29 5F 3B
Octal 372 272 61 0 32 120 2 51 137 73
Binary 11111010 10111010 110001 0 11010 1010000 10 101001 1011111 111011

Color Harmonies of #FABA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA31

Black with #FABA31

Text Example


Text Example

White with #FABA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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