Html Css Color HEX #FAB13A Supernova

📋 copy color: '#FAB13A'

red 250 ◦ green 177 ◦ blue 58

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

Shades of Supernova #FAB13A

Tints of Supernova #FAB13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 51.55%
G = 36.49%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAB13A (or 0xFAB13A) is known color: Supernova. HEX triplet: FA, B1 and 3A. RGB value is (250,177,58). Sum of RGB (Red+Green+Blue) = 250+177+58=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB13A is #054EC5. Grayscale: #B9B9B9. Windows color (decimal): -347846 or 3846650. OLE color: 3846650.

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

Color convert

RGB 250 177 58 -
CMYK 0 0.29 0.77 0.02
HSL 37.19º 0.95% 0.6% -
HSV(B) 37.19º 0.77% 0.98% -
XYZ 55.91 52.07 11.11 -
YUV 185.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 250 177 58 0 0.29 0.77 0.02 37.19 0.95 0.6
Hex FA B1 3A 0 1D 4D 2 25 5F 3C
Octal 372 261 72 0 35 115 2 45 137 74
Binary 11111010 10110001 111010 0 11101 1001101 10 100101 1011111 111100

Color Harmonies of #FAB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB13A

Black with #FAB13A

Text Example


Text Example

White with #FAB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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