Html Css Color HEX #F1552B Outrageous Orange

📋 copy color: '#F1552B'

red 241 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #F1552B

Tints of Outrageous Orange #F1552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 65.31%
G = 23.04%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1552B (or 0xF1552B) is known color: Outrageous Orange. HEX triplet: F1, 55 and 2B. RGB value is (241,85,43). Sum of RGB (Red+Green+Blue) = 241+85+43=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1552B is #0EAAD4. Grayscale: #7F7F7F. Windows color (decimal): -961237 or 2840049. OLE color: 2840049.

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

Color convert

RGB 241 85 43 -
CMYK 0 0.65 0.82 0.05
HSL 12.73º 0.88% 0.56% -
HSV(B) 12.73º 0.82% 0.95% -
XYZ 39.96 25.37 5.08 -
YUV 126.86 80.68 209.42 -
System Red Green Blue C M Y K H S L
Decimal 241 85 43 0 0.65 0.82 0.05 12.73 0.88 0.56
Hex F1 55 2B 0 41 52 5 D 58 38
Octal 361 125 53 0 101 122 5 15 130 70
Binary 11110001 1010101 101011 0 1000001 1010010 101 1101 1011000 111000

Color Harmonies of #F1552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1552B

Black with #F1552B

Text Example


Text Example

White with #F1552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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