Html Css Color HEX #F18424 Carrot Orange

📋 copy color: '#F18424'

red 241 ◦ green 132 ◦ blue 36

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

Shades of Carrot Orange #F18424

Tints of Carrot Orange #F18424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 58.92%
G = 32.27%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18424 (or 0xF18424) is known color: Carrot Orange. HEX triplet: F1, 84 and 24. RGB value is (241,132,36). Sum of RGB (Red+Green+Blue) = 241+132+36=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F18424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18424 is #0E7BDB. Grayscale: #9A9A9A. Windows color (decimal): -949212 or 2393329. OLE color: 2393329.

HSL color Cylindrical-coordinate representation of color #F18424: hue angle of 28.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F18424 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 36 -
CMYK 0 0.45 0.85 0.05
HSL 28.1º 0.88% 0.54% -
HSV(B) 28.1º 0.85% 0.95% -
XYZ 44.85 35.33 6.12 -
YUV 153.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 241 132 36 0 0.45 0.85 0.05 28.1 0.88 0.54
Hex F1 84 24 0 2D 55 5 1C 58 36
Octal 361 204 44 0 55 125 5 34 130 66
Binary 11110001 10000100 100100 0 101101 1010101 101 11100 1011000 110110

Color Harmonies of #F18424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18424

Black with #F18424

Text Example


Text Example

White with #F18424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18424; }

 p { color: rgb(241,132,36); }

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

background-color css

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

 a { background-color: rgb(241,132,36); }

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

border-color css

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

 span { border-color: rgb(241,132,36); }

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