Html Css Color HEX #FABA2F Supernova

📋 copy color: '#FABA2F'

red 250 ◦ green 186 ◦ blue 47

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

Shades of Supernova #FABA2F

Tints of Supernova #FABA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 51.76%
G = 38.51%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FABA2F (or 0xFABA2F) is known color: Supernova. HEX triplet: FA, BA and 2F. RGB value is (250,186,47). Sum of RGB (Red+Green+Blue) = 250+186+47=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA2F is #0545D0. Grayscale: #BDBDBD. Windows color (decimal): -345553 or 3128058. OLE color: 3128058.

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

Color convert

RGB 250 186 47 -
CMYK 0 0.26 0.81 0.02
HSL 41.08º 0.95% 0.58% -
HSV(B) 41.08º 0.81% 0.98% -
XYZ 57.5 55.65 10.4 -
YUV 189.29 47.7 171.3 -
System Red Green Blue C M Y K H S L
Decimal 250 186 47 0 0.26 0.81 0.02 41.08 0.95 0.58
Hex FA BA 2F 0 1A 51 2 29 5F 3A
Octal 372 272 57 0 32 121 2 51 137 72
Binary 11111010 10111010 101111 0 11010 1010001 10 101001 1011111 111010

Color Harmonies of #FABA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA2F

Black with #FABA2F

Text Example


Text Example

White with #FABA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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