Html Css Color HEX #F18C2A Carrot Orange

📋 copy color: '#F18C2A'

red 241 ◦ green 140 ◦ blue 42

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

Shades of Carrot Orange #F18C2A

Tints of Carrot Orange #F18C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 56.97%
G = 33.1%
B = 9.93%

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

#F18C2A (or 0xF18C2A) is known color: Carrot Orange. HEX triplet: F1, 8C and 2A. RGB value is (241,140,42). Sum of RGB (Red+Green+Blue) = 241+140+42=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C2A is #0E73D5. Grayscale: #9F9F9F. Windows color (decimal): -947158 or 2788593. OLE color: 2788593.

HSL color Cylindrical-coordinate representation of color #F18C2A: hue angle of 29.55º 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 #F18C2A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 42 -
CMYK 0 0.42 0.83 0.05
HSL 29.55º 0.88% 0.55% -
HSV(B) 29.55º 0.83% 0.95% -
XYZ 46.07 37.62 7.02 -
YUV 159.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 241 140 42 0 0.42 0.83 0.05 29.55 0.88 0.55
Hex F1 8C 2A 0 2A 53 5 1E 58 37
Octal 361 214 52 0 52 123 5 36 130 67
Binary 11110001 10001100 101010 0 101010 1010011 101 11110 1011000 110111

Color Harmonies of #F18C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C2A

Black with #F18C2A

Text Example


Text Example

White with #F18C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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