Html Css Color HEX #F19314 Carrot Orange

📋 copy color: '#F19314'

red 241 ◦ green 147 ◦ blue 20

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

Shades of Carrot Orange #F19314

Tints of Carrot Orange #F19314

RGB

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

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

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

R = 59.07%
G = 36.03%
B = 4.9%

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

#F19314 (or 0xF19314) is known color: Carrot Orange. HEX triplet: F1, 93 and 14. RGB value is (241,147,20). Sum of RGB (Red+Green+Blue) = 241+147+20=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F19314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19314 is #0E6CEB. Grayscale: #A1A1A1. Windows color (decimal): -945388 or 1348593. OLE color: 1348593.

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

Color convert

RGB 241 147 20 -
CMYK 0 0.39 0.92 0.05
HSL 34.48º 0.89% 0.51% -
HSV(B) 34.48º 0.92% 0.95% -
XYZ 46.84 39.62 5.84 -
YUV 160.63 48.64 185.33 -
System Red Green Blue C M Y K H S L
Decimal 241 147 20 0 0.39 0.92 0.05 34.48 0.89 0.51
Hex F1 93 14 0 27 5C 5 22 59 33
Octal 361 223 24 0 47 134 5 42 131 63
Binary 11110001 10010011 10100 0 100111 1011100 101 100010 1011001 110011

Color Harmonies of #F19314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19314

Black with #F19314

Text Example


Text Example

White with #F19314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19314; }

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

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

background-color css

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

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

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

border-color css

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

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

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