Html Css Color HEX #FAB03A Supernova

📋 copy color: '#FAB03A'

red 250 ◦ green 176 ◦ blue 58

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

Shades of Supernova #FAB03A

Tints of Supernova #FAB03A

RGB

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

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

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

R = 51.65%
G = 36.36%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAB03A (or 0xFAB03A) is known color: Supernova. HEX triplet: FA, B0 and 3A. RGB value is (250,176,58). Sum of RGB (Red+Green+Blue) = 250+176+58=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB03A is #054FC5. Grayscale: #B9B9B9. Windows color (decimal): -348102 or 3846394. OLE color: 3846394.

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

Color convert

RGB 250 176 58 -
CMYK 0 0.30 0.77 0.02
HSL 36.88º 0.95% 0.6% -
HSV(B) 36.88º 0.77% 0.98% -
XYZ 55.71 51.68 11.04 -
YUV 184.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 250 176 58 0 0.30 0.77 0.02 36.88 0.95 0.6
Hex FA B0 3A 0 1E 4D 2 25 5F 3C
Octal 372 260 72 0 36 115 2 45 137 74
Binary 11111010 10110000 111010 0 11110 1001101 10 100101 1011111 111100

Color Harmonies of #FAB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB03A

Black with #FAB03A

Text Example


Text Example

White with #FAB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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