Html Css Color HEX #F18C2B Carrot Orange

📋 copy color: '#F18C2B'

red 241 ◦ green 140 ◦ blue 43

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

Shades of Carrot Orange #F18C2B

Tints of Carrot Orange #F18C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 56.84%
G = 33.02%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F18C2B (or 0xF18C2B) is known color: Carrot Orange. HEX triplet: F1, 8C and 2B. RGB value is (241,140,43). Sum of RGB (Red+Green+Blue) = 241+140+43=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C2B is #0E73D4. Grayscale: #9F9F9F. Windows color (decimal): -947157 or 2854129. OLE color: 2854129.

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

Color convert

RGB 241 140 43 -
CMYK 0 0.42 0.82 0.05
HSL 29.39º 0.88% 0.56% -
HSV(B) 29.39º 0.82% 0.95% -
XYZ 46.09 37.63 7.12 -
YUV 159.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 241 140 43 0 0.42 0.82 0.05 29.39 0.88 0.56
Hex F1 8C 2B 0 2A 52 5 1D 58 38
Octal 361 214 53 0 52 122 5 35 130 70
Binary 11110001 10001100 101011 0 101010 1010010 101 11101 1011000 111000

Color Harmonies of #F18C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C2B

Black with #F18C2B

Text Example


Text Example

White with #F18C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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