Html Css Color HEX #F5B32F Supernova

📋 copy color: '#F5B32F'

red 245 ◦ green 179 ◦ blue 47

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

Shades of Supernova #F5B32F

Tints of Supernova #F5B32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 52.02%
G = 38%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5B32F (or 0xF5B32F) is known color: Supernova. HEX triplet: F5, B3 and 2F. RGB value is (245,179,47). Sum of RGB (Red+Green+Blue) = 245+179+47=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B32F is #0A4CD0. Grayscale: #B8B8B8. Windows color (decimal): -675025 or 3126261. OLE color: 3126261.

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

Color convert

RGB 245 179 47 -
CMYK 0 0.27 0.81 0.04
HSL 40º 0.91% 0.57% -
HSV(B) 40º 0.81% 0.96% -
XYZ 54.29 51.86 9.84 -
YUV 183.69 50.87 171.73 -
System Red Green Blue C M Y K H S L
Decimal 245 179 47 0 0.27 0.81 0.04 40 0.91 0.57
Hex F5 B3 2F 0 1B 51 4 28 5B 39
Octal 365 263 57 0 33 121 4 50 133 71
Binary 11110101 10110011 101111 0 11011 1010001 100 101000 1011011 111001

Color Harmonies of #F5B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B32F

Black with #F5B32F

Text Example


Text Example

White with #F5B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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