Html Css Color HEX #FABC3B Supernova

📋 copy color: '#FABC3B'

red 250 ◦ green 188 ◦ blue 59

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

Shades of Supernova #FABC3B

Tints of Supernova #FABC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 50.3%
G = 37.83%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FABC3B (or 0xFABC3B) is known color: Supernova. HEX triplet: FA, BC and 3B. RGB value is (250,188,59). Sum of RGB (Red+Green+Blue) = 250+188+59=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC3B is #0543C4. Grayscale: #C0C0C0. Windows color (decimal): -345029 or 3915002. OLE color: 3915002.

HSL color Cylindrical-coordinate representation of color #FABC3B: hue angle of 40.52º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FABC3B is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 59 -
CMYK 0 0.25 0.76 0.02
HSL 40.52º 0.95% 0.61% -
HSV(B) 40.52º 0.76% 0.98% -
XYZ 58.2 56.61 12 -
YUV 191.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 250 188 59 0 0.25 0.76 0.02 40.52 0.95 0.61
Hex FA BC 3B 0 19 4C 2 29 5F 3D
Octal 372 274 73 0 31 114 2 51 137 75
Binary 11111010 10111100 111011 0 11001 1001100 10 101001 1011111 111101

Color Harmonies of #FABC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC3B

Black with #FABC3B

Text Example


Text Example

White with #FABC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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