Html Css Color HEX #F1521F Outrageous Orange

📋 copy color: '#F1521F'

red 241 ◦ green 82 ◦ blue 31

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

Shades of Outrageous Orange #F1521F

Tints of Outrageous Orange #F1521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 68.08%
G = 23.16%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1521F (or 0xF1521F) is known color: Outrageous Orange. HEX triplet: F1, 52 and 1F. RGB value is (241,82,31). Sum of RGB (Red+Green+Blue) = 241+82+31=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521F is #0EADE0. Grayscale: #7C7C7C. Windows color (decimal): -962017 or 2052849. OLE color: 2052849.

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

Color convert

RGB 241 82 31 -
CMYK 0 0.66 0.87 0.05
HSL 14.57º 0.88% 0.53% -
HSV(B) 14.57º 0.87% 0.95% -
XYZ 39.54 24.83 4.01 -
YUV 123.73 75.68 211.65 -
System Red Green Blue C M Y K H S L
Decimal 241 82 31 0 0.66 0.87 0.05 14.57 0.88 0.53
Hex F1 52 1F 0 42 57 5 F 58 35
Octal 361 122 37 0 102 127 5 17 130 65
Binary 11110001 1010010 11111 0 1000010 1010111 101 1111 1011000 110101

Color Harmonies of #F1521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1521F

Black with #F1521F

Text Example


Text Example

White with #F1521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1521F; }

 p { color: rgb(241,82,31); }

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

background-color css

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

 a { background-color: rgb(241,82,31); }

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

border-color css

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

 span { border-color: rgb(241,82,31); }

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