Html Css Color HEX #FABA41 Supernova

📋 copy color: '#FABA41'

red 250 ◦ green 186 ◦ blue 65

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

Shades of Supernova #FABA41

Tints of Supernova #FABA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 49.9%
G = 37.13%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FABA41 (or 0xFABA41) is known color: Supernova. HEX triplet: FA, BA and 41. RGB value is (250,186,65). Sum of RGB (Red+Green+Blue) = 250+186+65=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA41 is #0545BE. Grayscale: #BFBFBF. Windows color (decimal): -345535 or 4307706. OLE color: 4307706.

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

Color convert

RGB 250 186 65 -
CMYK 0 0.26 0.74 0.02
HSL 39.24º 0.95% 0.62% -
HSV(B) 39.24º 0.74% 0.98% -
XYZ 57.94 55.82 12.72 -
YUV 191.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 250 186 65 0 0.26 0.74 0.02 39.24 0.95 0.62
Hex FA BA 41 0 1A 4A 2 27 5F 3E
Octal 372 272 101 0 32 112 2 47 137 76
Binary 11111010 10111010 1000001 0 11010 1001010 10 100111 1011111 111110

Color Harmonies of #FABA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA41

Black with #FABA41

Text Example


Text Example

White with #FABA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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