Html Css Color HEX #F18A13 Carrot Orange

📋 copy color: '#F18A13'

red 241 ◦ green 138 ◦ blue 19

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

Shades of Carrot Orange #F18A13

Tints of Carrot Orange #F18A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 60.55%
G = 34.67%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F18A13 (or 0xF18A13) is known color: Carrot Orange. HEX triplet: F1, 8A and 13. RGB value is (241,138,19). Sum of RGB (Red+Green+Blue) = 241+138+19=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A13 is #0E75EC. Grayscale: #9B9B9B. Windows color (decimal): -947693 or 1280753. OLE color: 1280753.

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

Color convert

RGB 241 138 19 -
CMYK 0 0.43 0.92 0.05
HSL 32.16º 0.89% 0.51% -
HSV(B) 32.16º 0.92% 0.95% -
XYZ 45.48 36.92 5.35 -
YUV 155.23 51.12 189.18 -
System Red Green Blue C M Y K H S L
Decimal 241 138 19 0 0.43 0.92 0.05 32.16 0.89 0.51
Hex F1 8A 13 0 2B 5C 5 20 59 33
Octal 361 212 23 0 53 134 5 40 131 63
Binary 11110001 10001010 10011 0 101011 1011100 101 100000 1011001 110011

Color Harmonies of #F18A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A13

Black with #F18A13

Text Example


Text Example

White with #F18A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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