Html Css Color HEX #FABA3F Supernova

📋 copy color: '#FABA3F'

red 250 ◦ green 186 ◦ blue 63

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

Shades of Supernova #FABA3F

Tints of Supernova #FABA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 50.1%
G = 37.27%
B = 12.63%

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

#FABA3F (or 0xFABA3F) is known color: Supernova. HEX triplet: FA, BA and 3F. RGB value is (250,186,63). Sum of RGB (Red+Green+Blue) = 250+186+63=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA3F is #0545C0. Grayscale: #BFBFBF. Windows color (decimal): -345537 or 4176634. OLE color: 4176634.

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

Color convert

RGB 250 186 63 -
CMYK 0 0.26 0.75 0.02
HSL 39.47º 0.95% 0.61% -
HSV(B) 39.47º 0.75% 0.98% -
XYZ 57.88 55.8 12.42 -
YUV 191.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 250 186 63 0 0.26 0.75 0.02 39.47 0.95 0.61
Hex FA BA 3F 0 1A 4B 2 27 5F 3D
Octal 372 272 77 0 32 113 2 47 137 75
Binary 11111010 10111010 111111 0 11010 1001011 10 100111 1011111 111101

Color Harmonies of #FABA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA3F

Black with #FABA3F

Text Example


Text Example

White with #FABA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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