Html Css Color HEX #F18D1B Carrot Orange

📋 copy color: '#F18D1B'

red 241 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #F18D1B

Tints of Carrot Orange #F18D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 58.92%
G = 34.47%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F18D1B (or 0xF18D1B) is known color: Carrot Orange. HEX triplet: F1, 8D and 1B. RGB value is (241,141,27). Sum of RGB (Red+Green+Blue) = 241+141+27=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D1B is #0E72E4. Grayscale: #9E9E9E. Windows color (decimal): -946917 or 1805809. OLE color: 1805809.

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

Color convert

RGB 241 141 27 -
CMYK 0 0.41 0.89 0.05
HSL 31.96º 0.88% 0.53% -
HSV(B) 31.96º 0.89% 0.95% -
XYZ 46 37.83 5.91 -
YUV 157.9 54.13 187.27 -
System Red Green Blue C M Y K H S L
Decimal 241 141 27 0 0.41 0.89 0.05 31.96 0.88 0.53
Hex F1 8D 1B 0 29 59 5 20 58 35
Octal 361 215 33 0 51 131 5 40 130 65
Binary 11110001 10001101 11011 0 101001 1011001 101 100000 1011000 110101

Color Harmonies of #F18D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D1B

Black with #F18D1B

Text Example


Text Example

White with #F18D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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