Html Css Color HEX #F5B32D Supernova

📋 copy color: '#F5B32D'

red 245 ◦ green 179 ◦ blue 45

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

Shades of Supernova #F5B32D

Tints of Supernova #F5B32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

 BLUE value IS 45 (17.97% from 255) = 9.59%

R = 52.24%
G = 38.17%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5B32D (or 0xF5B32D) is known color: Supernova. HEX triplet: F5, B3 and 2D. RGB value is (245,179,45). Sum of RGB (Red+Green+Blue) = 245+179+45=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B32D is #0A4CD2. Grayscale: #B8B8B8. Windows color (decimal): -675027 or 2995189. OLE color: 2995189.

HSL color Cylindrical-coordinate representation of color #F5B32D: hue angle of 40.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5B32D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 45 -
CMYK 0 0.27 0.82 0.04
HSL 40.2º 0.91% 0.57% -
HSV(B) 40.2º 0.82% 0.96% -
XYZ 54.25 51.84 9.63 -
YUV 183.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 245 179 45 0 0.27 0.82 0.04 40.2 0.91 0.57
Hex F5 B3 2D 0 1B 52 4 28 5B 39
Octal 365 263 55 0 33 122 4 50 133 71
Binary 11110101 10110011 101101 0 11011 1010010 100 101000 1011011 111001

Color Harmonies of #F5B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B32D

Black with #F5B32D

Text Example


Text Example

White with #F5B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B32D; }

 p { color: rgb(245,179,45); }

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

background-color css

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

 a { background-color: rgb(245,179,45); }

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

border-color css

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

 span { border-color: rgb(245,179,45); }

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