Html Css Color HEX #F1522C Outrageous Orange

📋 copy color: '#F1522C'

red 241 ◦ green 82 ◦ blue 44

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

Shades of Outrageous Orange #F1522C

Tints of Outrageous Orange #F1522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 65.67%
G = 22.34%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1522C (or 0xF1522C) is known color: Outrageous Orange. HEX triplet: F1, 52 and 2C. RGB value is (241,82,44). Sum of RGB (Red+Green+Blue) = 241+82+44=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1522C is #0EADD3. Grayscale: #7D7D7D. Windows color (decimal): -962004 or 2904817. OLE color: 2904817.

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

Color convert

RGB 241 82 44 -
CMYK 0 0.66 0.82 0.05
HSL 11.57º 0.88% 0.56% -
HSV(B) 11.57º 0.82% 0.95% -
XYZ 39.75 24.92 5.1 -
YUV 125.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 241 82 44 0 0.66 0.82 0.05 11.57 0.88 0.56
Hex F1 52 2C 0 42 52 5 C 58 38
Octal 361 122 54 0 102 122 5 14 130 70
Binary 11110001 1010010 101100 0 1000010 1010010 101 1100 1011000 111000

Color Harmonies of #F1522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1522C

Black with #F1522C

Text Example


Text Example

White with #F1522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1522C; }

 p { color: rgb(241,82,44); }

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

background-color css

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

 a { background-color: rgb(241,82,44); }

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

border-color css

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

 span { border-color: rgb(241,82,44); }

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