Html Css Color HEX #F58D1E Carrot Orange

📋 copy color: '#F58D1E'

red 245 ◦ green 141 ◦ blue 30

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

Shades of Carrot Orange #F58D1E

Tints of Carrot Orange #F58D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 58.89%
G = 33.89%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F58D1E (or 0xF58D1E) is known color: Carrot Orange. HEX triplet: F5, 8D and 1E. RGB value is (245,141,30). Sum of RGB (Red+Green+Blue) = 245+141+30=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D1E is #0A72E1. Grayscale: #9F9F9F. Windows color (decimal): -684770 or 2002421. OLE color: 2002421.

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

Color convert

RGB 245 141 30 -
CMYK 0 0.42 0.88 0.04
HSL 30.98º 0.91% 0.54% -
HSV(B) 30.98º 0.88% 0.96% -
XYZ 47.42 38.56 6.17 -
YUV 159.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 245 141 30 0 0.42 0.88 0.04 30.98 0.91 0.54
Hex F5 8D 1E 0 2A 58 4 1F 5B 36
Octal 365 215 36 0 52 130 4 37 133 66
Binary 11110101 10001101 11110 0 101010 1011000 100 11111 1011011 110110

Color Harmonies of #F58D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58D1E

Black with #F58D1E

Text Example


Text Example

White with #F58D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58D1E; }

 p { color: rgb(245,141,30); }

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

background-color css

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

 a { background-color: rgb(245,141,30); }

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

border-color css

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

 span { border-color: rgb(245,141,30); }

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