Html Css Color HEX #F58E2F Sun

📋 copy color: '#F58E2F'

red 245 ◦ green 142 ◦ blue 47

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

Shades of Sun #F58E2F

Tints of Sun #F58E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

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

R = 56.45%
G = 32.72%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F58E2F (or 0xF58E2F) is known color: Sun. HEX triplet: F5, 8E and 2F. RGB value is (245,142,47). Sum of RGB (Red+Green+Blue) = 245+142+47=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58E2F is #0A71D0. Grayscale: #A2A2A2. Windows color (decimal): -684497 or 3116789. OLE color: 3116789.

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

Color convert

RGB 245 142 47 -
CMYK 0 0.42 0.81 0.04
HSL 28.79º 0.91% 0.57% -
HSV(B) 28.79º 0.81% 0.96% -
XYZ 47.84 38.96 7.69 -
YUV 161.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 245 142 47 0 0.42 0.81 0.04 28.79 0.91 0.57
Hex F5 8E 2F 0 2A 51 4 1D 5B 39
Octal 365 216 57 0 52 121 4 35 133 71
Binary 11110101 10001110 101111 0 101010 1010001 100 11101 1011011 111001

Color Harmonies of #F58E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E2F

Black with #F58E2F

Text Example


Text Example

White with #F58E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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