Html Css Color HEX #F1552F Outrageous Orange

📋 copy color: '#F1552F'

red 241 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #F1552F

Tints of Outrageous Orange #F1552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 64.61%
G = 22.79%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1552F (or 0xF1552F) is known color: Outrageous Orange. HEX triplet: F1, 55 and 2F. RGB value is (241,85,47). Sum of RGB (Red+Green+Blue) = 241+85+47=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1552F is #0EAAD0. Grayscale: #7F7F7F. Windows color (decimal): -961233 or 3102193. OLE color: 3102193.

HSL color Cylindrical-coordinate representation of color #F1552F: hue angle of 11.75º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1552F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 47 -
CMYK 0 0.65 0.80 0.05
HSL 11.75º 0.87% 0.56% -
HSV(B) 11.75º 0.8% 0.95% -
XYZ 40.04 25.4 5.48 -
YUV 127.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 241 85 47 0 0.65 0.80 0.05 11.75 0.87 0.56
Hex F1 55 2F 0 41 50 5 C 57 38
Octal 361 125 57 0 101 120 5 14 127 70
Binary 11110001 1010101 101111 0 1000001 1010000 101 1100 1010111 111000

Color Harmonies of #F1552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1552F

Black with #F1552F

Text Example


Text Example

White with #F1552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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