Html Css Color HEX #FABB3A Supernova

📋 copy color: '#FABB3A'

red 250 ◦ green 187 ◦ blue 58

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

Shades of Supernova #FABB3A

Tints of Supernova #FABB3A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.78%

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

R = 50.51%
G = 37.78%
B = 11.72%

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

#FABB3A (or 0xFABB3A) is known color: Supernova. HEX triplet: FA, BB and 3A. RGB value is (250,187,58). Sum of RGB (Red+Green+Blue) = 250+187+58=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB3A is #0544C5. Grayscale: #BFBFBF. Windows color (decimal): -345286 or 3849210. OLE color: 3849210.

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

Color convert

RGB 250 187 58 -
CMYK 0 0.25 0.77 0.02
HSL 40.31º 0.95% 0.6% -
HSV(B) 40.31º 0.77% 0.98% -
XYZ 57.96 56.17 11.79 -
YUV 191.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 250 187 58 0 0.25 0.77 0.02 40.31 0.95 0.6
Hex FA BB 3A 0 19 4D 2 28 5F 3C
Octal 372 273 72 0 31 115 2 50 137 74
Binary 11111010 10111011 111010 0 11001 1001101 10 101000 1011111 111100

Color Harmonies of #FABB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB3A

Black with #FABB3A

Text Example


Text Example

White with #FABB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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