Html Css Color HEX #F59314 Carrot Orange

📋 copy color: '#F59314'

red 245 ◦ green 147 ◦ blue 20

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

Shades of Carrot Orange #F59314

Tints of Carrot Orange #F59314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 59.47%
G = 35.68%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F59314 (or 0xF59314) is known color: Carrot Orange. HEX triplet: F5, 93 and 14. RGB value is (245,147,20). Sum of RGB (Red+Green+Blue) = 245+147+20=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F59314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59314 is #0A6CEB. Grayscale: #A2A2A2. Windows color (decimal): -683244 or 1348597. OLE color: 1348597.

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

Color convert

RGB 245 147 20 -
CMYK 0 0.4 0.92 0.04
HSL 33.87º 0.92% 0.52% -
HSV(B) 33.87º 0.92% 0.96% -
XYZ 48.22 40.33 5.91 -
YUV 161.82 47.97 187.33 -
System Red Green Blue C M Y K H S L
Decimal 245 147 20 0 0.4 0.92 0.04 33.87 0.92 0.52
Hex F5 93 14 0 28 5C 4 22 5C 34
Octal 365 223 24 0 50 134 4 42 134 64
Binary 11110101 10010011 10100 0 101000 1011100 100 100010 1011100 110100

Color Harmonies of #F59314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59314

Black with #F59314

Text Example


Text Example

White with #F59314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59314; }

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

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

background-color css

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

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

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

border-color css

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

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

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