Html Css Color HEX #F5B320 Bright Sun

📋 copy color: '#F5B320'

red 245 ◦ green 179 ◦ blue 32

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

Shades of Bright Sun #F5B320

Tints of Bright Sun #F5B320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 53.73%
G = 39.25%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5B320 (or 0xF5B320) is known color: Bright Sun. HEX triplet: F5, B3 and 20. RGB value is (245,179,32). Sum of RGB (Red+Green+Blue) = 245+179+32=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B320 is #0A4CDF. Grayscale: #B6B6B6. Windows color (decimal): -675040 or 2143221. OLE color: 2143221.

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

Color convert

RGB 245 179 32 -
CMYK 0 0.27 0.87 0.04
HSL 41.41º 0.91% 0.54% -
HSV(B) 41.41º 0.87% 0.96% -
XYZ 54.04 51.76 8.51 -
YUV 181.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 245 179 32 0 0.27 0.87 0.04 41.41 0.91 0.54
Hex F5 B3 20 0 1B 57 4 29 5B 36
Octal 365 263 40 0 33 127 4 51 133 66
Binary 11110101 10110011 100000 0 11011 1010111 100 101001 1011011 110110

Color Harmonies of #F5B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B320

Black with #F5B320

Text Example


Text Example

White with #F5B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B320; }

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

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

background-color css

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

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

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

border-color css

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

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

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