Html Css Color HEX #F18316 Carrot Orange

📋 copy color: '#F18316'

red 241 ◦ green 131 ◦ blue 22

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

Shades of Carrot Orange #F18316

Tints of Carrot Orange #F18316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 61.17%
G = 33.25%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18316 (or 0xF18316) is known color: Carrot Orange. HEX triplet: F1, 83 and 16. RGB value is (241,131,22). Sum of RGB (Red+Green+Blue) = 241+131+22=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18316 is #0E7CE9. Grayscale: #989898. Windows color (decimal): -949482 or 1475569. OLE color: 1475569.

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

Color convert

RGB 241 131 22 -
CMYK 0 0.46 0.91 0.05
HSL 29.86º 0.89% 0.52% -
HSV(B) 29.86º 0.91% 0.95% -
XYZ 44.54 34.99 5.17 -
YUV 151.46 54.94 191.86 -
System Red Green Blue C M Y K H S L
Decimal 241 131 22 0 0.46 0.91 0.05 29.86 0.89 0.52
Hex F1 83 16 0 2E 5B 5 1E 59 34
Octal 361 203 26 0 56 133 5 36 131 64
Binary 11110001 10000011 10110 0 101110 1011011 101 11110 1011001 110100

Color Harmonies of #F18316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18316

Black with #F18316

Text Example


Text Example

White with #F18316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18316; }

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

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

background-color css

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

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

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

border-color css

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

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

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