Html Css Color HEX #F18C17 Carrot Orange

📋 copy color: '#F18C17'

red 241 ◦ green 140 ◦ blue 23

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

Shades of Carrot Orange #F18C17

Tints of Carrot Orange #F18C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 59.65%
G = 34.65%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F18C17 (or 0xF18C17) is known color: Carrot Orange. HEX triplet: F1, 8C and 17. RGB value is (241,140,23). Sum of RGB (Red+Green+Blue) = 241+140+23=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C17 is #0E73E8. Grayscale: #9D9D9D. Windows color (decimal): -947177 or 1543409. OLE color: 1543409.

HSL color Cylindrical-coordinate representation of color #F18C17: hue angle of 32.2º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F18C17 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 23 -
CMYK 0 0.42 0.90 0.05
HSL 32.2º 0.89% 0.52% -
HSV(B) 32.2º 0.9% 0.95% -
XYZ 45.81 37.52 5.64 -
YUV 156.86 52.46 188.01 -
System Red Green Blue C M Y K H S L
Decimal 241 140 23 0 0.42 0.90 0.05 32.2 0.89 0.52
Hex F1 8C 17 0 2A 5A 5 20 59 34
Octal 361 214 27 0 52 132 5 40 131 64
Binary 11110001 10001100 10111 0 101010 1011010 101 100000 1011001 110100

Color Harmonies of #F18C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C17

Black with #F18C17

Text Example


Text Example

White with #F18C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C17; }

 p { color: rgb(241,140,23); }

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

background-color css

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

 a { background-color: rgb(241,140,23); }

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

border-color css

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

 span { border-color: rgb(241,140,23); }

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