Html Css Color HEX #F15523 Outrageous Orange

📋 copy color: '#F15523'

red 241 ◦ green 85 ◦ blue 35

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

Shades of Outrageous Orange #F15523

Tints of Outrageous Orange #F15523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 66.76%
G = 23.55%
B = 9.7%

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

#F15523 (or 0xF15523) is known color: Outrageous Orange. HEX triplet: F1, 55 and 23. RGB value is (241,85,35). Sum of RGB (Red+Green+Blue) = 241+85+35=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F15523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15523 is #0EAADC. Grayscale: #7E7E7E. Windows color (decimal): -961245 or 2315761. OLE color: 2315761.

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

Color convert

RGB 241 85 35 -
CMYK 0 0.65 0.85 0.05
HSL 14.56º 0.88% 0.54% -
HSV(B) 14.56º 0.85% 0.95% -
XYZ 39.83 25.32 4.38 -
YUV 125.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 241 85 35 0 0.65 0.85 0.05 14.56 0.88 0.54
Hex F1 55 23 0 41 55 5 F 58 36
Octal 361 125 43 0 101 125 5 17 130 66
Binary 11110001 1010101 100011 0 1000001 1010101 101 1111 1011000 110110

Color Harmonies of #F15523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15523

Black with #F15523

Text Example


Text Example

White with #F15523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15523; }

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

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

background-color css

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

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

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

border-color css

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

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

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