Html Css Color HEX #F18525 Carrot Orange

📋 copy color: '#F18525'

red 241 ◦ green 133 ◦ blue 37

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

Shades of Carrot Orange #F18525

Tints of Carrot Orange #F18525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9%

R = 58.64%
G = 32.36%
B = 9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F18525 (or 0xF18525) is known color: Carrot Orange. HEX triplet: F1, 85 and 25. RGB value is (241,133,37). Sum of RGB (Red+Green+Blue) = 241+133+37=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F18525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18525 is #0E7ADA. Grayscale: #9A9A9A. Windows color (decimal): -948955 or 2459121. OLE color: 2459121.

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

Color convert

RGB 241 133 37 -
CMYK 0 0.45 0.85 0.05
HSL 28.24º 0.88% 0.55% -
HSV(B) 28.24º 0.85% 0.95% -
XYZ 45 35.61 6.25 -
YUV 154.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 241 133 37 0 0.45 0.85 0.05 28.24 0.88 0.55
Hex F1 85 25 0 2D 55 5 1C 58 37
Octal 361 205 45 0 55 125 5 34 130 67
Binary 11110001 10000101 100101 0 101101 1010101 101 11100 1011000 110111

Color Harmonies of #F18525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18525

Black with #F18525

Text Example


Text Example

White with #F18525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18525; }

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

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

background-color css

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

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

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

border-color css

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

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

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