Html Css Color HEX #F58516 Carrot Orange

📋 copy color: '#F58516'

red 245 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #F58516

Tints of Carrot Orange #F58516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 61.25%
G = 33.25%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F58516 (or 0xF58516) is known color: Carrot Orange. HEX triplet: F5, 85 and 16. RGB value is (245,133,22). Sum of RGB (Red+Green+Blue) = 245+133+22=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F58516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58516 is #0A7AE9. Grayscale: #9A9A9A. Windows color (decimal): -686826 or 1476085. OLE color: 1476085.

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

Color convert

RGB 245 133 22 -
CMYK 0 0.46 0.91 0.04
HSL 29.87º 0.92% 0.52% -
HSV(B) 29.87º 0.91% 0.96% -
XYZ 46.19 36.25 5.32 -
YUV 153.83 53.61 193.03 -
System Red Green Blue C M Y K H S L
Decimal 245 133 22 0 0.46 0.91 0.04 29.87 0.92 0.52
Hex F5 85 16 0 2E 5B 4 1E 5C 34
Octal 365 205 26 0 56 133 4 36 134 64
Binary 11110101 10000101 10110 0 101110 1011011 100 11110 1011100 110100

Color Harmonies of #F58516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58516

Black with #F58516

Text Example


Text Example

White with #F58516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58516; }

 p { color: rgb(245,133,22); }

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

background-color css

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

 a { background-color: rgb(245,133,22); }

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

border-color css

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

 span { border-color: rgb(245,133,22); }

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