Html Css Color HEX #F5BA3E Supernova

📋 copy color: '#F5BA3E'

red 245 ◦ green 186 ◦ blue 62

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

Shades of Supernova #F5BA3E

Tints of Supernova #F5BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.58%

R = 49.7%
G = 37.73%
B = 12.58%

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

#F5BA3E (or 0xF5BA3E) is known color: Supernova. HEX triplet: F5, BA and 3E. RGB value is (245,186,62). Sum of RGB (Red+Green+Blue) = 245+186+62=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA3E is #0A45C1. Grayscale: #BEBEBE. Windows color (decimal): -673218 or 4111093. OLE color: 4111093.

HSL color Cylindrical-coordinate representation of color #F5BA3E: hue angle of 40.66º 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 #F5BA3E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 62 -
CMYK 0 0.24 0.75 0.04
HSL 40.66º 0.9% 0.6% -
HSV(B) 40.66º 0.75% 0.96% -
XYZ 56.08 54.88 12.19 -
YUV 189.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 245 186 62 0 0.24 0.75 0.04 40.66 0.9 0.6
Hex F5 BA 3E 0 18 4B 4 29 5A 3C
Octal 365 272 76 0 30 113 4 51 132 74
Binary 11110101 10111010 111110 0 11000 1001011 100 101001 1011010 111100

Color Harmonies of #F5BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA3E

Black with #F5BA3E

Text Example


Text Example

White with #F5BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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