Html Css Color HEX #F19219 Carrot Orange

📋 copy color: '#F19219'

red 241 ◦ green 146 ◦ blue 25

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

Shades of Carrot Orange #F19219

Tints of Carrot Orange #F19219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 58.5%
G = 35.44%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F19219 (or 0xF19219) is known color: Carrot Orange. HEX triplet: F1, 92 and 19. RGB value is (241,146,25). Sum of RGB (Red+Green+Blue) = 241+146+25=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19219 is #0E6DE6. Grayscale: #A1A1A1. Windows color (decimal): -945639 or 1676017. OLE color: 1676017.

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

Color convert

RGB 241 146 25 -
CMYK 0 0.39 0.90 0.05
HSL 33.61º 0.89% 0.52% -
HSV(B) 33.61º 0.9% 0.95% -
XYZ 46.73 39.33 6.05 -
YUV 160.61 51.47 185.34 -
System Red Green Blue C M Y K H S L
Decimal 241 146 25 0 0.39 0.90 0.05 33.61 0.89 0.52
Hex F1 92 19 0 27 5A 5 22 59 34
Octal 361 222 31 0 47 132 5 42 131 64
Binary 11110001 10010010 11001 0 100111 1011010 101 100010 1011001 110100

Color Harmonies of #F19219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19219

Black with #F19219

Text Example


Text Example

White with #F19219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19219; }

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

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

background-color css

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

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

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

border-color css

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

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

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