Html Css Color HEX #F18C21 Carrot Orange

📋 copy color: '#F18C21'

red 241 ◦ green 140 ◦ blue 33

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

Shades of Carrot Orange #F18C21

Tints of Carrot Orange #F18C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.97%

R = 58.21%
G = 33.82%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F18C21 (or 0xF18C21) is known color: Carrot Orange. HEX triplet: F1, 8C and 21. RGB value is (241,140,33). Sum of RGB (Red+Green+Blue) = 241+140+33=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C21 is #0E73DE. Grayscale: #9E9E9E. Windows color (decimal): -947167 or 2198769. OLE color: 2198769.

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

Color convert

RGB 241 140 33 -
CMYK 0 0.42 0.86 0.05
HSL 30.87º 0.88% 0.54% -
HSV(B) 30.87º 0.86% 0.95% -
XYZ 45.93 37.57 6.27 -
YUV 158 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 241 140 33 0 0.42 0.86 0.05 30.87 0.88 0.54
Hex F1 8C 21 0 2A 56 5 1F 58 36
Octal 361 214 41 0 52 126 5 37 130 66
Binary 11110001 10001100 100001 0 101010 1010110 101 11111 1011000 110110

Color Harmonies of #F18C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C21

Black with #F18C21

Text Example


Text Example

White with #F18C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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