Html Css Color HEX #FABA2E Supernova

📋 copy color: '#FABA2E'

red 250 ◦ green 186 ◦ blue 46

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

Shades of Supernova #FABA2E

Tints of Supernova #FABA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 51.87%
G = 38.59%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FABA2E (or 0xFABA2E) is known color: Supernova. HEX triplet: FA, BA and 2E. RGB value is (250,186,46). Sum of RGB (Red+Green+Blue) = 250+186+46=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA2E is #0545D1. Grayscale: #BDBDBD. Windows color (decimal): -345554 or 3062522. OLE color: 3062522.

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

Color convert

RGB 250 186 46 -
CMYK 0 0.26 0.82 0.02
HSL 41.18º 0.95% 0.58% -
HSV(B) 41.18º 0.82% 0.98% -
XYZ 57.48 55.64 10.29 -
YUV 189.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 250 186 46 0 0.26 0.82 0.02 41.18 0.95 0.58
Hex FA BA 2E 0 1A 52 2 29 5F 3A
Octal 372 272 56 0 32 122 2 51 137 72
Binary 11111010 10111010 101110 0 11010 1010010 10 101001 1011111 111010

Color Harmonies of #FABA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA2E

Black with #FABA2E

Text Example


Text Example

White with #FABA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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