Html Css Color HEX #F15430 Outrageous Orange

📋 copy color: '#F15430'

red 241 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #F15430

Tints of Outrageous Orange #F15430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 64.61%
G = 22.52%
B = 12.87%

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

#F15430 (or 0xF15430) is known color: Outrageous Orange. HEX triplet: F1, 54 and 30. RGB value is (241,84,48). Sum of RGB (Red+Green+Blue) = 241+84+48=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F15430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15430 is #0EABCF. Grayscale: #7F7F7F. Windows color (decimal): -961488 or 3167473. OLE color: 3167473.

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

Color convert

RGB 241 84 48 -
CMYK 0 0.65 0.80 0.05
HSL 11.19º 0.87% 0.57% -
HSV(B) 11.19º 0.8% 0.95% -
XYZ 39.98 25.25 5.56 -
YUV 126.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 241 84 48 0 0.65 0.80 0.05 11.19 0.87 0.57
Hex F1 54 30 0 41 50 5 B 57 39
Octal 361 124 60 0 101 120 5 13 127 71
Binary 11110001 1010100 110000 0 1000001 1010000 101 1011 1010111 111001

Color Harmonies of #F15430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15430

Black with #F15430

Text Example


Text Example

White with #F15430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15430; }

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

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

background-color css

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

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

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

border-color css

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

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

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