Html Css Color HEX #FABD3A Supernova

📋 copy color: '#FABD3A'

red 250 ◦ green 189 ◦ blue 58

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

Shades of Supernova #FABD3A

Tints of Supernova #FABD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 50.3%
G = 38.03%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FABD3A (or 0xFABD3A) is known color: Supernova. HEX triplet: FA, BD and 3A. RGB value is (250,189,58). Sum of RGB (Red+Green+Blue) = 250+189+58=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD3A is #0542C5. Grayscale: #C0C0C0. Windows color (decimal): -344774 or 3849722. OLE color: 3849722.

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

Color convert

RGB 250 189 58 -
CMYK 0 0.24 0.77 0.02
HSL 40.94º 0.95% 0.6% -
HSV(B) 40.94º 0.77% 0.98% -
XYZ 58.39 57.02 11.93 -
YUV 192.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 250 189 58 0 0.24 0.77 0.02 40.94 0.95 0.6
Hex FA BD 3A 0 18 4D 2 29 5F 3C
Octal 372 275 72 0 30 115 2 51 137 74
Binary 11111010 10111101 111010 0 11000 1001101 10 101001 1011111 111100

Color Harmonies of #FABD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD3A

Black with #FABD3A

Text Example


Text Example

White with #FABD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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