Html Css Color HEX #F19215 Carrot Orange

📋 copy color: '#F19215'

red 241 ◦ green 146 ◦ blue 21

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

Shades of Carrot Orange #F19215

Tints of Carrot Orange #F19215

RGB

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

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

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

R = 59.07%
G = 35.78%
B = 5.15%

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

#F19215 (or 0xF19215) is known color: Carrot Orange. HEX triplet: F1, 92 and 15. RGB value is (241,146,21). Sum of RGB (Red+Green+Blue) = 241+146+21=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F19215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19215 is #0E6DEA. Grayscale: #A0A0A0. Windows color (decimal): -945643 or 1413873. OLE color: 1413873.

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

Color convert

RGB 241 146 21 -
CMYK 0 0.39 0.91 0.05
HSL 34.09º 0.89% 0.51% -
HSV(B) 34.09º 0.91% 0.95% -
XYZ 46.69 39.31 5.84 -
YUV 160.16 49.47 185.66 -
System Red Green Blue C M Y K H S L
Decimal 241 146 21 0 0.39 0.91 0.05 34.09 0.89 0.51
Hex F1 92 15 0 27 5B 5 22 59 33
Octal 361 222 25 0 47 133 5 42 131 63
Binary 11110001 10010010 10101 0 100111 1011011 101 100010 1011001 110011

Color Harmonies of #F19215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19215

Black with #F19215

Text Example


Text Example

White with #F19215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19215; }

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

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

background-color css

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

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

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

border-color css

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

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

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