Html Css Color HEX #FABA3E Supernova

📋 copy color: '#FABA3E'

red 250 ◦ green 186 ◦ blue 62

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

Shades of Supernova #FABA3E

Tints of Supernova #FABA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 50.2%
G = 37.35%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FABA3E (or 0xFABA3E) is known color: Supernova. HEX triplet: FA, BA and 3E. RGB value is (250,186,62). Sum of RGB (Red+Green+Blue) = 250+186+62=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA3E is #0545C1. Grayscale: #BFBFBF. Windows color (decimal): -345538 or 4111098. OLE color: 4111098.

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

Color convert

RGB 250 186 62 -
CMYK 0 0.26 0.75 0.02
HSL 39.57º 0.95% 0.61% -
HSV(B) 39.57º 0.75% 0.98% -
XYZ 57.85 55.79 12.28 -
YUV 191 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 250 186 62 0 0.26 0.75 0.02 39.57 0.95 0.61
Hex FA BA 3E 0 1A 4B 2 28 5F 3D
Octal 372 272 76 0 32 113 2 50 137 75
Binary 11111010 10111010 111110 0 11010 1001011 10 101000 1011111 111101

Color Harmonies of #FABA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA3E

Black with #FABA3E

Text Example


Text Example

White with #FABA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA3E; }

 p { color: rgb(250,186,62); }

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

background-color css

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

 a { background-color: rgb(250,186,62); }

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

border-color css

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

 span { border-color: rgb(250,186,62); }

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