Html Css Color HEX #F18D2B Carrot Orange

📋 copy color: '#F18D2B'

red 241 ◦ green 141 ◦ blue 43

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

Shades of Carrot Orange #F18D2B

Tints of Carrot Orange #F18D2B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

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

R = 56.71%
G = 33.18%
B = 10.12%

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

#F18D2B (or 0xF18D2B) is known color: Carrot Orange. HEX triplet: F1, 8D and 2B. RGB value is (241,141,43). Sum of RGB (Red+Green+Blue) = 241+141+43=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D2B is #0E72D4. Grayscale: #A0A0A0. Windows color (decimal): -946901 or 2854385. OLE color: 2854385.

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

Color convert

RGB 241 141 43 -
CMYK 0 0.41 0.82 0.05
HSL 29.7º 0.88% 0.56% -
HSV(B) 29.7º 0.82% 0.95% -
XYZ 46.24 37.92 7.17 -
YUV 159.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 241 141 43 0 0.41 0.82 0.05 29.7 0.88 0.56
Hex F1 8D 2B 0 29 52 5 1E 58 38
Octal 361 215 53 0 51 122 5 36 130 70
Binary 11110001 10001101 101011 0 101001 1010010 101 11110 1011000 111000

Color Harmonies of #F18D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D2B

Black with #F18D2B

Text Example


Text Example

White with #F18D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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