Html Css Color HEX #F19213 Carrot Orange

📋 copy color: '#F19213'

red 241 ◦ green 146 ◦ blue 19

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

Shades of Carrot Orange #F19213

Tints of Carrot Orange #F19213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 59.36%
G = 35.96%
B = 4.68%

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

#F19213 (or 0xF19213) is known color: Carrot Orange. HEX triplet: F1, 92 and 13. RGB value is (241,146,19). Sum of RGB (Red+Green+Blue) = 241+146+19=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F19213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19213 is #0E6DEC. Grayscale: #A0A0A0. Windows color (decimal): -945645 or 1282801. OLE color: 1282801.

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

Color convert

RGB 241 146 19 -
CMYK 0 0.39 0.92 0.05
HSL 34.32º 0.89% 0.51% -
HSV(B) 34.32º 0.92% 0.95% -
XYZ 46.67 39.31 5.74 -
YUV 159.93 48.47 185.83 -
System Red Green Blue C M Y K H S L
Decimal 241 146 19 0 0.39 0.92 0.05 34.32 0.89 0.51
Hex F1 92 13 0 27 5C 5 22 59 33
Octal 361 222 23 0 47 134 5 42 131 63
Binary 11110001 10010010 10011 0 100111 1011100 101 100010 1011001 110011

Color Harmonies of #F19213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19213

Black with #F19213

Text Example


Text Example

White with #F19213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19213; }

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

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

background-color css

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

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

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

border-color css

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

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

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