Html Css Color HEX #F19313 Carrot Orange

📋 copy color: '#F19313'

red 241 ◦ green 147 ◦ blue 19

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

Shades of Carrot Orange #F19313

Tints of Carrot Orange #F19313

RGB

 RED value IS 241 (94.53% from 255) = 59.21%

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

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

R = 59.21%
G = 36.12%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19313 (or 0xF19313) is known color: Carrot Orange. HEX triplet: F1, 93 and 13. RGB value is (241,147,19). Sum of RGB (Red+Green+Blue) = 241+147+19=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19313 is #0E6CEC. Grayscale: #A1A1A1. Windows color (decimal): -945389 or 1283057. OLE color: 1283057.

HSL color Cylindrical-coordinate representation of color #F19313: hue angle of 34.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F19313 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 19 -
CMYK 0 0.39 0.92 0.05
HSL 34.59º 0.89% 0.51% -
HSV(B) 34.59º 0.92% 0.95% -
XYZ 46.83 39.62 5.79 -
YUV 160.51 48.14 185.41 -
System Red Green Blue C M Y K H S L
Decimal 241 147 19 0 0.39 0.92 0.05 34.59 0.89 0.51
Hex F1 93 13 0 27 5C 5 23 59 33
Octal 361 223 23 0 47 134 5 43 131 63
Binary 11110001 10010011 10011 0 100111 1011100 101 100011 1011001 110011

Color Harmonies of #F19313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19313

Black with #F19313

Text Example


Text Example

White with #F19313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19313; }

 p { color: rgb(241,147,19); }

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

background-color css

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

 a { background-color: rgb(241,147,19); }

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

border-color css

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

 span { border-color: rgb(241,147,19); }

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