Html Css Color HEX #F1602A Outrageous Orange

📋 copy color: '#F1602A'

red 241 ◦ green 96 ◦ blue 42

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

Shades of Outrageous Orange #F1602A

Tints of Outrageous Orange #F1602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 63.59%
G = 25.33%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1602A (or 0xF1602A) is known color: Outrageous Orange. HEX triplet: F1, 60 and 2A. RGB value is (241,96,42). Sum of RGB (Red+Green+Blue) = 241+96+42=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F1602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1602A is #0E9FD5. Grayscale: #858585. Windows color (decimal): -958422 or 2777329. OLE color: 2777329.

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

Color convert

RGB 241 96 42 -
CMYK 0 0.60 0.83 0.05
HSL 16.28º 0.88% 0.55% -
HSV(B) 16.28º 0.83% 0.95% -
XYZ 40.88 27.23 5.29 -
YUV 133.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 241 96 42 0 0.60 0.83 0.05 16.28 0.88 0.55
Hex F1 60 2A 0 3C 53 5 10 58 37
Octal 361 140 52 0 74 123 5 20 130 67
Binary 11110001 1100000 101010 0 111100 1010011 101 10000 1011000 110111

Color Harmonies of #F1602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1602A

Black with #F1602A

Text Example


Text Example

White with #F1602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1602A; }

 p { color: rgb(241,96,42); }

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

background-color css

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

 a { background-color: rgb(241,96,42); }

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

border-color css

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

 span { border-color: rgb(241,96,42); }

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