Html Css Color HEX #F19315 Carrot Orange

📋 copy color: '#F19315'

red 241 ◦ green 147 ◦ blue 21

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

Shades of Carrot Orange #F19315

Tints of Carrot Orange #F19315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 58.92%
G = 35.94%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F19315 (or 0xF19315) is known color: Carrot Orange. HEX triplet: F1, 93 and 15. RGB value is (241,147,21). Sum of RGB (Red+Green+Blue) = 241+147+21=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F19315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19315 is #0E6CEA. Grayscale: #A1A1A1. Windows color (decimal): -945387 or 1414129. OLE color: 1414129.

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

Color convert

RGB 241 147 21 -
CMYK 0 0.39 0.91 0.05
HSL 34.36º 0.89% 0.51% -
HSV(B) 34.36º 0.91% 0.95% -
XYZ 46.84 39.62 5.89 -
YUV 160.74 49.14 185.25 -
System Red Green Blue C M Y K H S L
Decimal 241 147 21 0 0.39 0.91 0.05 34.36 0.89 0.51
Hex F1 93 15 0 27 5B 5 22 59 33
Octal 361 223 25 0 47 133 5 42 131 63
Binary 11110001 10010011 10101 0 100111 1011011 101 100010 1011001 110011

Color Harmonies of #F19315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19315

Black with #F19315

Text Example


Text Example

White with #F19315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19315; }

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

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

background-color css

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

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

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

border-color css

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

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

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