Html Css Color HEX #F1BA3F Supernova

📋 copy color: '#F1BA3F'

red 241 ◦ green 186 ◦ blue 63

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

Shades of Supernova #F1BA3F

Tints of Supernova #F1BA3F

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

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

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

R = 49.18%
G = 37.96%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1BA3F (or 0xF1BA3F) is known color: Supernova. HEX triplet: F1, BA and 3F. RGB value is (241,186,63). Sum of RGB (Red+Green+Blue) = 241+186+63=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA3F is #0E45C0. Grayscale: #BCBCBC. Windows color (decimal): -935361 or 4176625. OLE color: 4176625.

HSL color Cylindrical-coordinate representation of color #F1BA3F: hue angle of 41.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1BA3F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 63 -
CMYK 0 0.23 0.74 0.05
HSL 41.46º 0.86% 0.6% -
HSV(B) 41.46º 0.74% 0.95% -
XYZ 54.73 54.18 12.28 -
YUV 188.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 241 186 63 0 0.23 0.74 0.05 41.46 0.86 0.6
Hex F1 BA 3F 0 17 4A 5 29 56 3C
Octal 361 272 77 0 27 112 5 51 126 74
Binary 11110001 10111010 111111 0 10111 1001010 101 101001 1010110 111100

Color Harmonies of #F1BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA3F

Black with #F1BA3F

Text Example


Text Example

White with #F1BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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