Html Css Color HEX #F18A16 Carrot Orange

📋 copy color: '#F18A16'

red 241 ◦ green 138 ◦ blue 22

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

Shades of Carrot Orange #F18A16

Tints of Carrot Orange #F18A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

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

R = 60.1%
G = 34.41%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18A16 (or 0xF18A16) is known color: Carrot Orange. HEX triplet: F1, 8A and 16. RGB value is (241,138,22). Sum of RGB (Red+Green+Blue) = 241+138+22=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A16 is #0E75E9. Grayscale: #9C9C9C. Windows color (decimal): -947690 or 1477361. OLE color: 1477361.

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

Color convert

RGB 241 138 22 -
CMYK 0 0.43 0.91 0.05
HSL 31.78º 0.89% 0.52% -
HSV(B) 31.78º 0.91% 0.95% -
XYZ 45.51 36.94 5.49 -
YUV 155.57 52.62 188.93 -
System Red Green Blue C M Y K H S L
Decimal 241 138 22 0 0.43 0.91 0.05 31.78 0.89 0.52
Hex F1 8A 16 0 2B 5B 5 20 59 34
Octal 361 212 26 0 53 133 5 40 131 64
Binary 11110001 10001010 10110 0 101011 1011011 101 100000 1011001 110100

Color Harmonies of #F18A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A16

Black with #F18A16

Text Example


Text Example

White with #F18A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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