Html Css Color HEX #FABA3D Supernova

📋 copy color: '#FABA3D'

red 250 ◦ green 186 ◦ blue 61

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

Shades of Supernova #FABA3D

Tints of Supernova #FABA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 50.3%
G = 37.42%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FABA3D (or 0xFABA3D) is known color: Supernova. HEX triplet: FA, BA and 3D. RGB value is (250,186,61). Sum of RGB (Red+Green+Blue) = 250+186+61=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA3D is #0545C2. Grayscale: #BFBFBF. Windows color (decimal): -345539 or 4045562. OLE color: 4045562.

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

Color convert

RGB 250 186 61 -
CMYK 0 0.26 0.76 0.02
HSL 39.68º 0.95% 0.61% -
HSV(B) 39.68º 0.76% 0.98% -
XYZ 57.83 55.78 12.13 -
YUV 190.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 250 186 61 0 0.26 0.76 0.02 39.68 0.95 0.61
Hex FA BA 3D 0 1A 4C 2 28 5F 3D
Octal 372 272 75 0 32 114 2 50 137 75
Binary 11111010 10111010 111101 0 11010 1001100 10 101000 1011111 111101

Color Harmonies of #FABA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA3D

Black with #FABA3D

Text Example


Text Example

White with #FABA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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