Html Css Color HEX #F18324 Carrot Orange

📋 copy color: '#F18324'

red 241 ◦ green 131 ◦ blue 36

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

Shades of Carrot Orange #F18324

Tints of Carrot Orange #F18324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

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

R = 59.07%
G = 32.11%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18324 (or 0xF18324) is known color: Carrot Orange. HEX triplet: F1, 83 and 24. RGB value is (241,131,36). Sum of RGB (Red+Green+Blue) = 241+131+36=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F18324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18324 is #0E7CDB. Grayscale: #999999. Windows color (decimal): -949468 or 2393073. OLE color: 2393073.

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

Color convert

RGB 241 131 36 -
CMYK 0 0.46 0.85 0.05
HSL 27.8º 0.88% 0.54% -
HSV(B) 27.8º 0.85% 0.95% -
XYZ 44.71 35.06 6.08 -
YUV 153.06 61.94 190.72 -
System Red Green Blue C M Y K H S L
Decimal 241 131 36 0 0.46 0.85 0.05 27.8 0.88 0.54
Hex F1 83 24 0 2E 55 5 1C 58 36
Octal 361 203 44 0 56 125 5 34 130 66
Binary 11110001 10000011 100100 0 101110 1010101 101 11100 1011000 110110

Color Harmonies of #F18324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18324

Black with #F18324

Text Example


Text Example

White with #F18324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18324; }

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

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

background-color css

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

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

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

border-color css

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

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

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