Html Css Color HEX #F19319 Carrot Orange

📋 copy color: '#F19319'

red 241 ◦ green 147 ◦ blue 25

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

Shades of Carrot Orange #F19319

Tints of Carrot Orange #F19319

RGB

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

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

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

R = 58.35%
G = 35.59%
B = 6.05%

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

#F19319 (or 0xF19319) is known color: Carrot Orange. HEX triplet: F1, 93 and 19. RGB value is (241,147,25). Sum of RGB (Red+Green+Blue) = 241+147+25=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F19319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19319 is #0E6CE6. Grayscale: #A1A1A1. Windows color (decimal): -945383 or 1676273. OLE color: 1676273.

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

Color convert

RGB 241 147 25 -
CMYK 0 0.39 0.90 0.05
HSL 33.89º 0.89% 0.52% -
HSV(B) 33.89º 0.9% 0.95% -
XYZ 46.88 39.64 6.1 -
YUV 161.2 51.14 184.92 -
System Red Green Blue C M Y K H S L
Decimal 241 147 25 0 0.39 0.90 0.05 33.89 0.89 0.52
Hex F1 93 19 0 27 5A 5 22 59 34
Octal 361 223 31 0 47 132 5 42 131 64
Binary 11110001 10010011 11001 0 100111 1011010 101 100010 1011001 110100

Color Harmonies of #F19319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19319

Black with #F19319

Text Example


Text Example

White with #F19319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19319; }

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

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

background-color css

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

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

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

border-color css

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

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

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