Html Css Color HEX #F58514 Carrot Orange

📋 copy color: '#F58514'

red 245 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #F58514

Tints of Carrot Orange #F58514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 61.56%
G = 33.42%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58514 (or 0xF58514) is known color: Carrot Orange. HEX triplet: F5, 85 and 14. RGB value is (245,133,20). Sum of RGB (Red+Green+Blue) = 245+133+20=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F58514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58514 is #0A7AEB. Grayscale: #9A9A9A. Windows color (decimal): -686828 or 1345013. OLE color: 1345013.

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

Color convert

RGB 245 133 20 -
CMYK 0 0.46 0.92 0.04
HSL 30.13º 0.92% 0.52% -
HSV(B) 30.13º 0.92% 0.96% -
XYZ 46.17 36.24 5.22 -
YUV 153.61 52.61 193.19 -
System Red Green Blue C M Y K H S L
Decimal 245 133 20 0 0.46 0.92 0.04 30.13 0.92 0.52
Hex F5 85 14 0 2E 5C 4 1E 5C 34
Octal 365 205 24 0 56 134 4 36 134 64
Binary 11110101 10000101 10100 0 101110 1011100 100 11110 1011100 110100

Color Harmonies of #F58514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58514

Black with #F58514

Text Example


Text Example

White with #F58514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58514; }

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

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

background-color css

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

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

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

border-color css

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

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

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