Html Css Color HEX #F15422 Outrageous Orange

📋 copy color: '#F15422'

red 241 ◦ green 84 ◦ blue 34

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

Shades of Outrageous Orange #F15422

Tints of Outrageous Orange #F15422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 34 (13.67% from 255) = 9.47%

R = 67.13%
G = 23.4%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15422 (or 0xF15422) is known color: Outrageous Orange. HEX triplet: F1, 54 and 22. RGB value is (241,84,34). Sum of RGB (Red+Green+Blue) = 241+84+34=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F15422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15422 is #0EABDD. Grayscale: #7D7D7D. Windows color (decimal): -961502 or 2249969. OLE color: 2249969.

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

Color convert

RGB 241 84 34 -
CMYK 0 0.65 0.86 0.05
HSL 14.49º 0.88% 0.54% -
HSV(B) 14.49º 0.86% 0.95% -
XYZ 39.73 25.16 4.27 -
YUV 125.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 241 84 34 0 0.65 0.86 0.05 14.49 0.88 0.54
Hex F1 54 22 0 41 56 5 E 58 36
Octal 361 124 42 0 101 126 5 16 130 66
Binary 11110001 1010100 100010 0 1000001 1010110 101 1110 1011000 110110

Color Harmonies of #F15422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15422

Black with #F15422

Text Example


Text Example

White with #F15422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15422; }

 p { color: rgb(241,84,34); }

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

background-color css

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

 a { background-color: rgb(241,84,34); }

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

border-color css

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

 span { border-color: rgb(241,84,34); }

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