Html Css Color HEX #F18526 Carrot Orange

📋 copy color: '#F18526'

red 241 ◦ green 133 ◦ blue 38

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

Shades of Carrot Orange #F18526

Tints of Carrot Orange #F18526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 58.5%
G = 32.28%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F18526 (or 0xF18526) is known color: Carrot Orange. HEX triplet: F1, 85 and 26. RGB value is (241,133,38). Sum of RGB (Red+Green+Blue) = 241+133+38=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F18526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18526 is #0E7AD9. Grayscale: #9A9A9A. Windows color (decimal): -948954 or 2524657. OLE color: 2524657.

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

Color convert

RGB 241 133 38 -
CMYK 0 0.45 0.84 0.05
HSL 28.08º 0.88% 0.55% -
HSV(B) 28.08º 0.84% 0.95% -
XYZ 45.01 35.62 6.34 -
YUV 154.46 62.28 189.72 -
System Red Green Blue C M Y K H S L
Decimal 241 133 38 0 0.45 0.84 0.05 28.08 0.88 0.55
Hex F1 85 26 0 2D 54 5 1C 58 37
Octal 361 205 46 0 55 124 5 34 130 67
Binary 11110001 10000101 100110 0 101101 1010100 101 11100 1011000 110111

Color Harmonies of #F18526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18526

Black with #F18526

Text Example


Text Example

White with #F18526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18526; }

 p { color: rgb(241,133,38); }

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

background-color css

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

 a { background-color: rgb(241,133,38); }

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

border-color css

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

 span { border-color: rgb(241,133,38); }

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