Html Css Color HEX #F15C33 Outrageous Orange

📋 copy color: '#F15C33'

red 241 ◦ green 92 ◦ blue 51

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

Shades of Outrageous Orange #F15C33

Tints of Outrageous Orange #F15C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 51 (20.31% from 255) = 13.28%

R = 62.76%
G = 23.96%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F15C33 (or 0xF15C33) is known color: Outrageous Orange. HEX triplet: F1, 5C and 33. RGB value is (241,92,51). Sum of RGB (Red+Green+Blue) = 241+92+51=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C33 is #0EA3CC. Grayscale: #848484. Windows color (decimal): -959437 or 3366129. OLE color: 3366129.

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

Color convert

RGB 241 92 51 -
CMYK 0 0.62 0.79 0.05
HSL 12.95º 0.87% 0.57% -
HSV(B) 12.95º 0.79% 0.95% -
XYZ 40.7 26.59 6.12 -
YUV 131.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 241 92 51 0 0.62 0.79 0.05 12.95 0.87 0.57
Hex F1 5C 33 0 3E 4F 5 D 57 39
Octal 361 134 63 0 76 117 5 15 127 71
Binary 11110001 1011100 110011 0 111110 1001111 101 1101 1010111 111001

Color Harmonies of #F15C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C33

Black with #F15C33

Text Example


Text Example

White with #F15C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C33; }

 p { color: rgb(241,92,51); }

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

background-color css

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

 a { background-color: rgb(241,92,51); }

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

border-color css

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

 span { border-color: rgb(241,92,51); }

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