Html Css Color HEX #F58229 Sun

📋 copy color: '#F58229'

red 245 ◦ green 130 ◦ blue 41

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

Shades of Sun #F58229

Tints of Sun #F58229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 58.89%
G = 31.25%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F58229 (or 0xF58229) is known color: Sun. HEX triplet: F5, 82 and 29. RGB value is (245,130,41). Sum of RGB (Red+Green+Blue) = 245+130+41=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F58229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58229 is #0A7DD6. Grayscale: #9A9A9A. Windows color (decimal): -687575 or 2720501. OLE color: 2720501.

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

Color convert

RGB 245 130 41 -
CMYK 0 0.47 0.83 0.04
HSL 26.18º 0.91% 0.56% -
HSV(B) 26.18º 0.83% 0.96% -
XYZ 46.04 35.54 6.53 -
YUV 154.24 64.1 192.74 -
System Red Green Blue C M Y K H S L
Decimal 245 130 41 0 0.47 0.83 0.04 26.18 0.91 0.56
Hex F5 82 29 0 2F 53 4 1A 5B 38
Octal 365 202 51 0 57 123 4 32 133 70
Binary 11110101 10000010 101001 0 101111 1010011 100 11010 1011011 111000

Color Harmonies of #F58229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58229

Black with #F58229

Text Example


Text Example

White with #F58229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58229; }

 p { color: rgb(245,130,41); }

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

background-color css

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

 a { background-color: rgb(245,130,41); }

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

border-color css

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

 span { border-color: rgb(245,130,41); }

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