Html Css Color HEX #F15525 Outrageous Orange

📋 copy color: '#F15525'

red 241 ◦ green 85 ◦ blue 37

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

Shades of Outrageous Orange #F15525

Tints of Outrageous Orange #F15525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 66.39%
G = 23.42%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15525 (or 0xF15525) is known color: Outrageous Orange. HEX triplet: F1, 55 and 25. RGB value is (241,85,37). Sum of RGB (Red+Green+Blue) = 241+85+37=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15525 is #0EAADA. Grayscale: #7E7E7E. Windows color (decimal): -961243 or 2446833. OLE color: 2446833.

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

Color convert

RGB 241 85 37 -
CMYK 0 0.65 0.85 0.05
HSL 14.12º 0.88% 0.55% -
HSV(B) 14.12º 0.85% 0.95% -
XYZ 39.86 25.33 4.54 -
YUV 126.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 241 85 37 0 0.65 0.85 0.05 14.12 0.88 0.55
Hex F1 55 25 0 41 55 5 E 58 37
Octal 361 125 45 0 101 125 5 16 130 67
Binary 11110001 1010101 100101 0 1000001 1010101 101 1110 1011000 110111

Color Harmonies of #F15525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15525

Black with #F15525

Text Example


Text Example

White with #F15525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15525; }

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

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

background-color css

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

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

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

border-color css

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

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

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