Html Css Color HEX #F1542B Outrageous Orange

📋 copy color: '#F1542B'

red 241 ◦ green 84 ◦ blue 43

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

Shades of Outrageous Orange #F1542B

Tints of Outrageous Orange #F1542B

RGB

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

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

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

R = 65.49%
G = 22.83%
B = 11.68%

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

#F1542B (or 0xF1542B) is known color: Outrageous Orange. HEX triplet: F1, 54 and 2B. RGB value is (241,84,43). Sum of RGB (Red+Green+Blue) = 241+84+43=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1542B is #0EABD4. Grayscale: #7E7E7E. Windows color (decimal): -961493 or 2839793. OLE color: 2839793.

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

Color convert

RGB 241 84 43 -
CMYK 0 0.65 0.82 0.05
HSL 12.42º 0.88% 0.56% -
HSV(B) 12.42º 0.82% 0.95% -
XYZ 39.88 25.22 5.05 -
YUV 126.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 241 84 43 0 0.65 0.82 0.05 12.42 0.88 0.56
Hex F1 54 2B 0 41 52 5 C 58 38
Octal 361 124 53 0 101 122 5 14 130 70
Binary 11110001 1010100 101011 0 1000001 1010010 101 1100 1011000 111000

Color Harmonies of #F1542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1542B

Black with #F1542B

Text Example


Text Example

White with #F1542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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