Html Css Color HEX #FABB31 Supernova

📋 copy color: '#FABB31'

red 250 ◦ green 187 ◦ blue 49

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

Shades of Supernova #FABB31

Tints of Supernova #FABB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

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

R = 51.44%
G = 38.48%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FABB31 (or 0xFABB31) is known color: Supernova. HEX triplet: FA, BB and 31. RGB value is (250,187,49). Sum of RGB (Red+Green+Blue) = 250+187+49=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB31 is #0544CE. Grayscale: #BEBEBE. Windows color (decimal): -345295 or 3259386. OLE color: 3259386.

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

Color convert

RGB 250 187 49 -
CMYK 0 0.25 0.80 0.02
HSL 41.19º 0.95% 0.59% -
HSV(B) 41.19º 0.8% 0.98% -
XYZ 57.75 56.09 10.69 -
YUV 190.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 250 187 49 0 0.25 0.80 0.02 41.19 0.95 0.59
Hex FA BB 31 0 19 50 2 29 5F 3B
Octal 372 273 61 0 31 120 2 51 137 73
Binary 11111010 10111011 110001 0 11001 1010000 10 101001 1011111 111011

Color Harmonies of #FABB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB31

Black with #FABB31

Text Example


Text Example

White with #FABB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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