Html Css Color HEX #F18219 Carrot Orange

📋 copy color: '#F18219'

red 241 ◦ green 130 ◦ blue 25

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

Shades of Carrot Orange #F18219

Tints of Carrot Orange #F18219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 60.86%
G = 32.83%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F18219 (or 0xF18219) is known color: Carrot Orange. HEX triplet: F1, 82 and 19. RGB value is (241,130,25). Sum of RGB (Red+Green+Blue) = 241+130+25=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18219 is #0E7DE6. Grayscale: #979797. Windows color (decimal): -949735 or 1671921. OLE color: 1671921.

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

Color convert

RGB 241 130 25 -
CMYK 0 0.46 0.90 0.05
HSL 29.17º 0.89% 0.52% -
HSV(B) 29.17º 0.9% 0.95% -
XYZ 44.43 34.74 5.28 -
YUV 151.22 56.77 192.04 -
System Red Green Blue C M Y K H S L
Decimal 241 130 25 0 0.46 0.90 0.05 29.17 0.89 0.52
Hex F1 82 19 0 2E 5A 5 1D 59 34
Octal 361 202 31 0 56 132 5 35 131 64
Binary 11110001 10000010 11001 0 101110 1011010 101 11101 1011001 110100

Color Harmonies of #F18219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18219

Black with #F18219

Text Example


Text Example

White with #F18219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18219; }

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

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

background-color css

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

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

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

border-color css

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

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

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