Html Css Color HEX #F5B942 Supernova

📋 copy color: '#F5B942'

red 245 ◦ green 185 ◦ blue 66

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

Shades of Supernova #F5B942

Tints of Supernova #F5B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

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

R = 49.4%
G = 37.3%
B = 13.31%

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

#F5B942 (or 0xF5B942) is known color: Supernova. HEX triplet: F5, B9 and 42. RGB value is (245,185,66). Sum of RGB (Red+Green+Blue) = 245+185+66=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B942 is #0A46BD. Grayscale: #BDBDBD. Windows color (decimal): -673470 or 4372981. OLE color: 4372981.

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

Color convert

RGB 245 185 66 -
CMYK 0 0.24 0.73 0.04
HSL 39.89º 0.9% 0.61% -
HSV(B) 39.89º 0.73% 0.96% -
XYZ 55.99 54.5 12.72 -
YUV 189.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 245 185 66 0 0.24 0.73 0.04 39.89 0.9 0.61
Hex F5 B9 42 0 18 49 4 28 5A 3D
Octal 365 271 102 0 30 111 4 50 132 75
Binary 11110101 10111001 1000010 0 11000 1001001 100 101000 1011010 111101

Color Harmonies of #F5B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B942

Black with #F5B942

Text Example


Text Example

White with #F5B942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B942; }

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

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

background-color css

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

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

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

border-color css

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

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

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