Html Css Color HEX #F5BA3D Supernova

📋 copy color: '#F5BA3D'

red 245 ◦ green 186 ◦ blue 61

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

Shades of Supernova #F5BA3D

Tints of Supernova #F5BA3D

RGB

 RED value IS 245 (96.09% from 255) = 49.8%

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

 BLUE value IS 61 (24.22% from 255) = 12.4%

R = 49.8%
G = 37.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5BA3D (or 0xF5BA3D) is known color: Supernova. HEX triplet: F5, BA and 3D. RGB value is (245,186,61). Sum of RGB (Red+Green+Blue) = 245+186+61=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA3D is #0A45C2. Grayscale: #BDBDBD. Windows color (decimal): -673219 or 4045557. OLE color: 4045557.

HSL color Cylindrical-coordinate representation of color #F5BA3D: hue angle of 40.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5BA3D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 61 -
CMYK 0 0.24 0.75 0.04
HSL 40.76º 0.9% 0.6% -
HSV(B) 40.76º 0.75% 0.96% -
XYZ 56.06 54.87 12.05 -
YUV 189.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 245 186 61 0 0.24 0.75 0.04 40.76 0.9 0.6
Hex F5 BA 3D 0 18 4B 4 29 5A 3C
Octal 365 272 75 0 30 113 4 51 132 74
Binary 11110101 10111010 111101 0 11000 1001011 100 101001 1011010 111100

Color Harmonies of #F5BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA3D

Black with #F5BA3D

Text Example


Text Example

White with #F5BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA3D; }

 p { color: rgb(245,186,61); }

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

background-color css

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

 a { background-color: rgb(245,186,61); }

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

border-color css

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

 span { border-color: rgb(245,186,61); }

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