Html Css Color HEX #F18121 Carrot Orange

📋 copy color: '#F18121'

red 241 ◦ green 129 ◦ blue 33

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

Shades of Carrot Orange #F18121

Tints of Carrot Orange #F18121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 59.8%
G = 32.01%
B = 8.19%

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

#F18121 (or 0xF18121) is known color: Carrot Orange. HEX triplet: F1, 81 and 21. RGB value is (241,129,33). Sum of RGB (Red+Green+Blue) = 241+129+33=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F18121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18121 is #0E7EDE. Grayscale: #989898. Windows color (decimal): -949983 or 2195953. OLE color: 2195953.

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

Color convert

RGB 241 129 33 -
CMYK 0 0.46 0.86 0.05
HSL 27.69º 0.88% 0.54% -
HSV(B) 27.69º 0.86% 0.95% -
XYZ 44.4 34.51 5.76 -
YUV 151.54 61.11 191.81 -
System Red Green Blue C M Y K H S L
Decimal 241 129 33 0 0.46 0.86 0.05 27.69 0.88 0.54
Hex F1 81 21 0 2E 56 5 1C 58 36
Octal 361 201 41 0 56 126 5 34 130 66
Binary 11110001 10000001 100001 0 101110 1010110 101 11100 1011000 110110

Color Harmonies of #F18121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18121

Black with #F18121

Text Example


Text Example

White with #F18121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18121; }

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

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

background-color css

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

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

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

border-color css

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

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

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