Html Css Color HEX #FAB93A Supernova

📋 copy color: '#FAB93A'

red 250 ◦ green 185 ◦ blue 58

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

Shades of Supernova #FAB93A

Tints of Supernova #FAB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.76%

R = 50.71%
G = 37.53%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAB93A (or 0xFAB93A) is known color: Supernova. HEX triplet: FA, B9 and 3A. RGB value is (250,185,58). Sum of RGB (Red+Green+Blue) = 250+185+58=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93A is #0546C5. Grayscale: #BEBEBE. Windows color (decimal): -345798 or 3848698. OLE color: 3848698.

HSL color Cylindrical-coordinate representation of color #FAB93A: hue angle of 39.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAB93A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 58 -
CMYK 0 0.26 0.77 0.02
HSL 39.69º 0.95% 0.6% -
HSV(B) 39.69º 0.77% 0.98% -
XYZ 57.54 55.33 11.65 -
YUV 189.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 250 185 58 0 0.26 0.77 0.02 39.69 0.95 0.6
Hex FA B9 3A 0 1A 4D 2 28 5F 3C
Octal 372 271 72 0 32 115 2 50 137 74
Binary 11111010 10111001 111010 0 11010 1001101 10 101000 1011111 111100

Color Harmonies of #FAB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB93A

Black with #FAB93A

Text Example


Text Example

White with #FAB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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