Html Css Color HEX #F18416 Carrot Orange

📋 copy color: '#F18416'

red 241 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #F18416

Tints of Carrot Orange #F18416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 61.01%
G = 33.42%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18416 (or 0xF18416) is known color: Carrot Orange. HEX triplet: F1, 84 and 16. RGB value is (241,132,22). Sum of RGB (Red+Green+Blue) = 241+132+22=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18416 is #0E7BE9. Grayscale: #989898. Windows color (decimal): -949226 or 1475825. OLE color: 1475825.

HSL color Cylindrical-coordinate representation of color #F18416: hue angle of 30.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F18416 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 22 -
CMYK 0 0.45 0.91 0.05
HSL 30.14º 0.89% 0.52% -
HSV(B) 30.14º 0.91% 0.95% -
XYZ 44.67 35.26 5.21 -
YUV 152.05 54.61 191.44 -
System Red Green Blue C M Y K H S L
Decimal 241 132 22 0 0.45 0.91 0.05 30.14 0.89 0.52
Hex F1 84 16 0 2D 5B 5 1E 59 34
Octal 361 204 26 0 55 133 5 36 131 64
Binary 11110001 10000100 10110 0 101101 1011011 101 11110 1011001 110100

Color Harmonies of #F18416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18416

Black with #F18416

Text Example


Text Example

White with #F18416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18416; }

 p { color: rgb(241,132,22); }

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

background-color css

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

 a { background-color: rgb(241,132,22); }

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

border-color css

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

 span { border-color: rgb(241,132,22); }

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