Html Css Color HEX #F58224 Carrot Orange

📋 copy color: '#F58224'

red 245 ◦ green 130 ◦ blue 36

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

Shades of Carrot Orange #F58224

Tints of Carrot Orange #F58224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 59.61%
G = 31.63%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F58224 (or 0xF58224) is known color: Carrot Orange. HEX triplet: F5, 82 and 24. RGB value is (245,130,36). Sum of RGB (Red+Green+Blue) = 245+130+36=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F58224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58224 is #0A7DDB. Grayscale: #9A9A9A. Windows color (decimal): -687580 or 2392821. OLE color: 2392821.

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

Color convert

RGB 245 130 36 -
CMYK 0 0.47 0.85 0.04
HSL 26.99º 0.91% 0.55% -
HSV(B) 26.99º 0.85% 0.96% -
XYZ 45.96 35.51 6.1 -
YUV 153.67 61.6 193.14 -
System Red Green Blue C M Y K H S L
Decimal 245 130 36 0 0.47 0.85 0.04 26.99 0.91 0.55
Hex F5 82 24 0 2F 55 4 1B 5B 37
Octal 365 202 44 0 57 125 4 33 133 67
Binary 11110101 10000010 100100 0 101111 1010101 100 11011 1011011 110111

Color Harmonies of #F58224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58224

Black with #F58224

Text Example


Text Example

White with #F58224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58224; }

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

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

background-color css

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

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

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

border-color css

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

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

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