Html Css Color HEX #F18616 Carrot Orange

📋 copy color: '#F18616'

red 241 ◦ green 134 ◦ blue 22

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

Shades of Carrot Orange #F18616

Tints of Carrot Orange #F18616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 60.71%
G = 33.75%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18616 (or 0xF18616) is known color: Carrot Orange. HEX triplet: F1, 86 and 16. RGB value is (241,134,22). Sum of RGB (Red+Green+Blue) = 241+134+22=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F18616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18616 is #0E79E9. Grayscale: #999999. Windows color (decimal): -948714 or 1476337. OLE color: 1476337.

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

Color convert

RGB 241 134 22 -
CMYK 0 0.44 0.91 0.05
HSL 30.68º 0.89% 0.52% -
HSV(B) 30.68º 0.91% 0.95% -
XYZ 44.95 35.81 5.3 -
YUV 153.23 53.95 190.61 -
System Red Green Blue C M Y K H S L
Decimal 241 134 22 0 0.44 0.91 0.05 30.68 0.89 0.52
Hex F1 86 16 0 2C 5B 5 1F 59 34
Octal 361 206 26 0 54 133 5 37 131 64
Binary 11110001 10000110 10110 0 101100 1011011 101 11111 1011001 110100

Color Harmonies of #F18616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18616

Black with #F18616

Text Example


Text Example

White with #F18616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18616; }

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

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

background-color css

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

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

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

border-color css

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

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

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