Html Css Color HEX #F18C28 Carrot Orange

📋 copy color: '#F18C28'

red 241 ◦ green 140 ◦ blue 40

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

Shades of Carrot Orange #F18C28

Tints of Carrot Orange #F18C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 57.24%
G = 33.25%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18C28 (or 0xF18C28) is known color: Carrot Orange. HEX triplet: F1, 8C and 28. RGB value is (241,140,40). Sum of RGB (Red+Green+Blue) = 241+140+40=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C28 is #0E73D7. Grayscale: #9F9F9F. Windows color (decimal): -947160 or 2657521. OLE color: 2657521.

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

Color convert

RGB 241 140 40 -
CMYK 0 0.42 0.83 0.05
HSL 29.85º 0.88% 0.55% -
HSV(B) 29.85º 0.83% 0.95% -
XYZ 46.04 37.61 6.84 -
YUV 158.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 241 140 40 0 0.42 0.83 0.05 29.85 0.88 0.55
Hex F1 8C 28 0 2A 53 5 1E 58 37
Octal 361 214 50 0 52 123 5 36 130 67
Binary 11110001 10001100 101000 0 101010 1010011 101 11110 1011000 110111

Color Harmonies of #F18C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C28

Black with #F18C28

Text Example


Text Example

White with #F18C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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