Html Css Color HEX #F18222 Carrot Orange

📋 copy color: '#F18222'

red 241 ◦ green 130 ◦ blue 34

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

Shades of Carrot Orange #F18222

Tints of Carrot Orange #F18222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 59.51%
G = 32.1%
B = 8.4%

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

#F18222 (or 0xF18222) is known color: Carrot Orange. HEX triplet: F1, 82 and 22. RGB value is (241,130,34). Sum of RGB (Red+Green+Blue) = 241+130+34=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F18222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18222 is #0E7DDD. Grayscale: #989898. Windows color (decimal): -949726 or 2261745. OLE color: 2261745.

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

Color convert

RGB 241 130 34 -
CMYK 0 0.46 0.86 0.05
HSL 27.83º 0.88% 0.54% -
HSV(B) 27.83º 0.86% 0.95% -
XYZ 44.55 34.78 5.88 -
YUV 152.25 61.27 191.31 -
System Red Green Blue C M Y K H S L
Decimal 241 130 34 0 0.46 0.86 0.05 27.83 0.88 0.54
Hex F1 82 22 0 2E 56 5 1C 58 36
Octal 361 202 42 0 56 126 5 34 130 66
Binary 11110001 10000010 100010 0 101110 1010110 101 11100 1011000 110110

Color Harmonies of #F18222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18222

Black with #F18222

Text Example


Text Example

White with #F18222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18222; }

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

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

background-color css

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

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

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

border-color css

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

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

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