Html Css Color HEX #F1552A Outrageous Orange

📋 copy color: '#F1552A'

red 241 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #F1552A

Tints of Outrageous Orange #F1552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 65.49%
G = 23.1%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1552A (or 0xF1552A) is known color: Outrageous Orange. HEX triplet: F1, 55 and 2A. RGB value is (241,85,42). Sum of RGB (Red+Green+Blue) = 241+85+42=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1552A is #0EAAD5. Grayscale: #7F7F7F. Windows color (decimal): -961238 or 2774513. OLE color: 2774513.

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

Color convert

RGB 241 85 42 -
CMYK 0 0.65 0.83 0.05
HSL 12.96º 0.88% 0.55% -
HSV(B) 12.96º 0.83% 0.95% -
XYZ 39.94 25.36 4.98 -
YUV 126.74 80.18 209.5 -
System Red Green Blue C M Y K H S L
Decimal 241 85 42 0 0.65 0.83 0.05 12.96 0.88 0.55
Hex F1 55 2A 0 41 53 5 D 58 37
Octal 361 125 52 0 101 123 5 15 130 67
Binary 11110001 1010101 101010 0 1000001 1010011 101 1101 1011000 110111

Color Harmonies of #F1552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1552A

Black with #F1552A

Text Example


Text Example

White with #F1552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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