Html Css Color HEX #F15527 Outrageous Orange

📋 copy color: '#F15527'

red 241 ◦ green 85 ◦ blue 39

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

Shades of Outrageous Orange #F15527

Tints of Outrageous Orange #F15527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 66.03%
G = 23.29%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F15527 (or 0xF15527) is known color: Outrageous Orange. HEX triplet: F1, 55 and 27. RGB value is (241,85,39). Sum of RGB (Red+Green+Blue) = 241+85+39=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F15527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15527 is #0EAAD8. Grayscale: #7E7E7E. Windows color (decimal): -961241 or 2577905. OLE color: 2577905.

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

Color convert

RGB 241 85 39 -
CMYK 0 0.65 0.84 0.05
HSL 13.66º 0.88% 0.55% -
HSV(B) 13.66º 0.84% 0.95% -
XYZ 39.89 25.34 4.71 -
YUV 126.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 241 85 39 0 0.65 0.84 0.05 13.66 0.88 0.55
Hex F1 55 27 0 41 54 5 E 58 37
Octal 361 125 47 0 101 124 5 16 130 67
Binary 11110001 1010101 100111 0 1000001 1010100 101 1110 1011000 110111

Color Harmonies of #F15527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15527

Black with #F15527

Text Example


Text Example

White with #F15527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15527; }

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

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

background-color css

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

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

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

border-color css

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

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

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