Html Css Color HEX #FABC3A Supernova

📋 copy color: '#FABC3A'

red 250 ◦ green 188 ◦ blue 58

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

Shades of Supernova #FABC3A

Tints of Supernova #FABC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 50.4%
G = 37.9%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FABC3A (or 0xFABC3A) is known color: Supernova. HEX triplet: FA, BC and 3A. RGB value is (250,188,58). Sum of RGB (Red+Green+Blue) = 250+188+58=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC3A is #0543C5. Grayscale: #C0C0C0. Windows color (decimal): -345030 or 3849466. OLE color: 3849466.

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

Color convert

RGB 250 188 58 -
CMYK 0 0.25 0.77 0.02
HSL 40.63º 0.95% 0.6% -
HSV(B) 40.63º 0.77% 0.98% -
XYZ 58.17 56.6 11.86 -
YUV 191.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 250 188 58 0 0.25 0.77 0.02 40.63 0.95 0.6
Hex FA BC 3A 0 19 4D 2 29 5F 3C
Octal 372 274 72 0 31 115 2 51 137 74
Binary 11111010 10111100 111010 0 11001 1001101 10 101001 1011111 111100

Color Harmonies of #FABC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC3A

Black with #FABC3A

Text Example


Text Example

White with #FABC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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