Html Css Color HEX #F5BA40 Supernova

📋 copy color: '#F5BA40'

red 245 ◦ green 186 ◦ blue 64

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

Shades of Supernova #F5BA40

Tints of Supernova #F5BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 49.49%
G = 37.58%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5BA40 (or 0xF5BA40) is known color: Supernova. HEX triplet: F5, BA and 40. RGB value is (245,186,64). Sum of RGB (Red+Green+Blue) = 245+186+64=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA40 is #0A45BF. Grayscale: #BEBEBE. Windows color (decimal): -673216 or 4242165. OLE color: 4242165.

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

Color convert

RGB 245 186 64 -
CMYK 0 0.24 0.74 0.04
HSL 40.44º 0.9% 0.61% -
HSV(B) 40.44º 0.74% 0.96% -
XYZ 56.14 54.9 12.49 -
YUV 189.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 245 186 64 0 0.24 0.74 0.04 40.44 0.9 0.61
Hex F5 BA 40 0 18 4A 4 28 5A 3D
Octal 365 272 100 0 30 112 4 50 132 75
Binary 11110101 10111010 1000000 0 11000 1001010 100 101000 1011010 111101

Color Harmonies of #F5BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA40

Black with #F5BA40

Text Example


Text Example

White with #F5BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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