Html Css Color HEX #F18D1F Carrot Orange

📋 copy color: '#F18D1F'

red 241 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #F18D1F

Tints of Carrot Orange #F18D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 58.35%
G = 34.14%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F18D1F (or 0xF18D1F) is known color: Carrot Orange. HEX triplet: F1, 8D and 1F. RGB value is (241,141,31). Sum of RGB (Red+Green+Blue) = 241+141+31=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D1F is #0E72E0. Grayscale: #9E9E9E. Windows color (decimal): -946913 or 2067953. OLE color: 2067953.

HSL color Cylindrical-coordinate representation of color #F18D1F: hue angle of 31.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F18D1F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 31 -
CMYK 0 0.41 0.87 0.05
HSL 31.43º 0.88% 0.53% -
HSV(B) 31.43º 0.87% 0.95% -
XYZ 46.05 37.85 6.18 -
YUV 158.36 56.13 186.94 -
System Red Green Blue C M Y K H S L
Decimal 241 141 31 0 0.41 0.87 0.05 31.43 0.88 0.53
Hex F1 8D 1F 0 29 57 5 1F 58 35
Octal 361 215 37 0 51 127 5 37 130 65
Binary 11110001 10001101 11111 0 101001 1010111 101 11111 1011000 110101

Color Harmonies of #F18D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D1F

Black with #F18D1F

Text Example


Text Example

White with #F18D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D1F; }

 p { color: rgb(241,141,31); }

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

background-color css

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

 a { background-color: rgb(241,141,31); }

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

border-color css

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

 span { border-color: rgb(241,141,31); }

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