Html Css Color HEX #F18B1F Carrot Orange

📋 copy color: '#F18B1F'

red 241 ◦ green 139 ◦ blue 31

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

Shades of Carrot Orange #F18B1F

Tints of Carrot Orange #F18B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

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

R = 58.64%
G = 33.82%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F18B1F (or 0xF18B1F) is known color: Carrot Orange. HEX triplet: F1, 8B and 1F. RGB value is (241,139,31). Sum of RGB (Red+Green+Blue) = 241+139+31=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B1F is #0E74E0. Grayscale: #9D9D9D. Windows color (decimal): -947425 or 2067441. OLE color: 2067441.

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

Color convert

RGB 241 139 31 -
CMYK 0 0.42 0.87 0.05
HSL 30.86º 0.88% 0.53% -
HSV(B) 30.86º 0.87% 0.95% -
XYZ 45.76 37.26 6.08 -
YUV 157.19 56.79 187.78 -
System Red Green Blue C M Y K H S L
Decimal 241 139 31 0 0.42 0.87 0.05 30.86 0.88 0.53
Hex F1 8B 1F 0 2A 57 5 1F 58 35
Octal 361 213 37 0 52 127 5 37 130 65
Binary 11110001 10001011 11111 0 101010 1010111 101 11111 1011000 110101

Color Harmonies of #F18B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B1F

Black with #F18B1F

Text Example


Text Example

White with #F18B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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