Html Css Color HEX #F18D1C Carrot Orange

📋 copy color: '#F18D1C'

red 241 ◦ green 141 ◦ blue 28

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

Shades of Carrot Orange #F18D1C

Tints of Carrot Orange #F18D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.83%

R = 58.78%
G = 34.39%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F18D1C (or 0xF18D1C) is known color: Carrot Orange. HEX triplet: F1, 8D and 1C. RGB value is (241,141,28). Sum of RGB (Red+Green+Blue) = 241+141+28=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D1C is #0E72E3. Grayscale: #9E9E9E. Windows color (decimal): -946916 or 1871345. OLE color: 1871345.

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

Color convert

RGB 241 141 28 -
CMYK 0 0.41 0.88 0.05
HSL 31.83º 0.88% 0.53% -
HSV(B) 31.83º 0.88% 0.95% -
XYZ 46.01 37.83 5.98 -
YUV 158.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 241 141 28 0 0.41 0.88 0.05 31.83 0.88 0.53
Hex F1 8D 1C 0 29 58 5 20 58 35
Octal 361 215 34 0 51 130 5 40 130 65
Binary 11110001 10001101 11100 0 101001 1011000 101 100000 1011000 110101

Color Harmonies of #F18D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D1C

Black with #F18D1C

Text Example


Text Example

White with #F18D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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