Html Css Color HEX #F59413 Carrot Orange

📋 copy color: '#F59413'

red 245 ◦ green 148 ◦ blue 19

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

Shades of Carrot Orange #F59413

Tints of Carrot Orange #F59413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 59.47%
G = 35.92%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F59413 (or 0xF59413) is known color: Carrot Orange. HEX triplet: F5, 94 and 13. RGB value is (245,148,19). Sum of RGB (Red+Green+Blue) = 245+148+19=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F59413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59413 is #0A6BEC. Grayscale: #A2A2A2. Windows color (decimal): -682989 or 1283317. OLE color: 1283317.

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

Color convert

RGB 245 148 19 -
CMYK 0 0.40 0.92 0.04
HSL 34.25º 0.92% 0.52% -
HSV(B) 34.25º 0.92% 0.96% -
XYZ 48.36 40.64 5.91 -
YUV 162.3 47.14 186.99 -
System Red Green Blue C M Y K H S L
Decimal 245 148 19 0 0.40 0.92 0.04 34.25 0.92 0.52
Hex F5 94 13 0 28 5C 4 22 5C 34
Octal 365 224 23 0 50 134 4 42 134 64
Binary 11110101 10010100 10011 0 101000 1011100 100 100010 1011100 110100

Color Harmonies of #F59413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59413

Black with #F59413

Text Example


Text Example

White with #F59413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59413; }

 p { color: rgb(245,148,19); }

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

background-color css

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

 a { background-color: rgb(245,148,19); }

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

border-color css

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

 span { border-color: rgb(245,148,19); }

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