Html Css Color HEX #F15334 Outrageous Orange

📋 copy color: '#F15334'

red 241 ◦ green 83 ◦ blue 52

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

Shades of Outrageous Orange #F15334

Tints of Outrageous Orange #F15334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 64.1%
G = 22.07%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F15334 (or 0xF15334) is known color: Outrageous Orange. HEX triplet: F1, 53 and 34. RGB value is (241,83,52). Sum of RGB (Red+Green+Blue) = 241+83+52=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15334 is #0EACCB. Grayscale: #7E7E7E. Windows color (decimal): -961740 or 3429361. OLE color: 3429361.

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

Color convert

RGB 241 83 52 -
CMYK 0 0.66 0.78 0.05
HSL 9.84º 0.87% 0.57% -
HSV(B) 9.84º 0.78% 0.95% -
XYZ 39.99 25.14 5.99 -
YUV 126.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 241 83 52 0 0.66 0.78 0.05 9.84 0.87 0.57
Hex F1 53 34 0 42 4E 5 A 57 39
Octal 361 123 64 0 102 116 5 12 127 71
Binary 11110001 1010011 110100 0 1000010 1001110 101 1010 1010111 111001

Color Harmonies of #F15334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15334

Black with #F15334

Text Example


Text Example

White with #F15334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15334; }

 p { color: rgb(241,83,52); }

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

background-color css

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

 a { background-color: rgb(241,83,52); }

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

border-color css

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

 span { border-color: rgb(241,83,52); }

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