Html Css Color HEX #F18321 Carrot Orange

📋 copy color: '#F18321'

red 241 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #F18321

Tints of Carrot Orange #F18321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 59.51%
G = 32.35%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F18321 (or 0xF18321) is known color: Carrot Orange. HEX triplet: F1, 83 and 21. RGB value is (241,131,33). Sum of RGB (Red+Green+Blue) = 241+131+33=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F18321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18321 is #0E7CDE. Grayscale: #999999. Windows color (decimal): -949471 or 2196465. OLE color: 2196465.

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

Color convert

RGB 241 131 33 -
CMYK 0 0.46 0.86 0.05
HSL 28.27º 0.88% 0.54% -
HSV(B) 28.27º 0.86% 0.95% -
XYZ 44.67 35.04 5.85 -
YUV 152.72 60.44 190.97 -
System Red Green Blue C M Y K H S L
Decimal 241 131 33 0 0.46 0.86 0.05 28.27 0.88 0.54
Hex F1 83 21 0 2E 56 5 1C 58 36
Octal 361 203 41 0 56 126 5 34 130 66
Binary 11110001 10000011 100001 0 101110 1010110 101 11100 1011000 110110

Color Harmonies of #F18321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18321

Black with #F18321

Text Example


Text Example

White with #F18321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18321; }

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

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

background-color css

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

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

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

border-color css

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

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

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