Html Css Color HEX #F18F2C Carrot Orange

📋 copy color: '#F18F2C'

red 241 ◦ green 143 ◦ blue 44

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

Shades of Carrot Orange #F18F2C

Tints of Carrot Orange #F18F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 56.31%
G = 33.41%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F18F2C (or 0xF18F2C) is known color: Carrot Orange. HEX triplet: F1, 8F and 2C. RGB value is (241,143,44). Sum of RGB (Red+Green+Blue) = 241+143+44=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F2C is #0E70D3. Grayscale: #A1A1A1. Windows color (decimal): -946388 or 2920433. OLE color: 2920433.

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

Color convert

RGB 241 143 44 -
CMYK 0 0.41 0.82 0.05
HSL 30.15º 0.88% 0.56% -
HSV(B) 30.15º 0.82% 0.95% -
XYZ 46.55 38.53 7.37 -
YUV 161.02 61.97 185.05 -
System Red Green Blue C M Y K H S L
Decimal 241 143 44 0 0.41 0.82 0.05 30.15 0.88 0.56
Hex F1 8F 2C 0 29 52 5 1E 58 38
Octal 361 217 54 0 51 122 5 36 130 70
Binary 11110001 10001111 101100 0 101001 1010010 101 11110 1011000 111000

Color Harmonies of #F18F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F2C

Black with #F18F2C

Text Example


Text Example

White with #F18F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F2C; }

 p { color: rgb(241,143,44); }

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

background-color css

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

 a { background-color: rgb(241,143,44); }

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

border-color css

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

 span { border-color: rgb(241,143,44); }

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