Html Css Color HEX #F18022 Carrot Orange

📋 copy color: '#F18022'

red 241 ◦ green 128 ◦ blue 34

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

Shades of Carrot Orange #F18022

Tints of Carrot Orange #F18022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 59.8%
G = 31.76%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F18022 (or 0xF18022) is known color: Carrot Orange. HEX triplet: F1, 80 and 22. RGB value is (241,128,34). Sum of RGB (Red+Green+Blue) = 241+128+34=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F18022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18022 is #0E7FDD. Grayscale: #979797. Windows color (decimal): -950238 or 2261233. OLE color: 2261233.

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

Color convert

RGB 241 128 34 -
CMYK 0 0.47 0.86 0.05
HSL 27.25º 0.88% 0.54% -
HSV(B) 27.25º 0.86% 0.95% -
XYZ 44.28 34.25 5.79 -
YUV 151.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 241 128 34 0 0.47 0.86 0.05 27.25 0.88 0.54
Hex F1 80 22 0 2F 56 5 1B 58 36
Octal 361 200 42 0 57 126 5 33 130 66
Binary 11110001 10000000 100010 0 101111 1010110 101 11011 1011000 110110

Color Harmonies of #F18022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18022

Black with #F18022

Text Example


Text Example

White with #F18022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18022; }

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

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

background-color css

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

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

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

border-color css

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

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

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