Html Css Color HEX #F5BA42 Supernova

📋 copy color: '#F5BA42'

red 245 ◦ green 186 ◦ blue 66

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

Shades of Supernova #F5BA42

Tints of Supernova #F5BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 49.3%
G = 37.42%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5BA42 (or 0xF5BA42) is known color: Supernova. HEX triplet: F5, BA and 42. RGB value is (245,186,66). Sum of RGB (Red+Green+Blue) = 245+186+66=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA42 is #0A45BD. Grayscale: #BEBEBE. Windows color (decimal): -673214 or 4373237. OLE color: 4373237.

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

Color convert

RGB 245 186 66 -
CMYK 0 0.24 0.73 0.04
HSL 40.22º 0.9% 0.61% -
HSV(B) 40.22º 0.73% 0.96% -
XYZ 56.2 54.92 12.79 -
YUV 189.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 245 186 66 0 0.24 0.73 0.04 40.22 0.9 0.61
Hex F5 BA 42 0 18 49 4 28 5A 3D
Octal 365 272 102 0 30 111 4 50 132 75
Binary 11110101 10111010 1000010 0 11000 1001001 100 101000 1011010 111101

Color Harmonies of #F5BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA42

Black with #F5BA42

Text Example


Text Example

White with #F5BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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