Html Css Color HEX #F1603F Outrageous Orange

📋 copy color: '#F1603F'

red 241 ◦ green 96 ◦ blue 63

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

Shades of Outrageous Orange #F1603F

Tints of Outrageous Orange #F1603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 60.25%
G = 24%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1603F (or 0xF1603F) is known color: Outrageous Orange. HEX triplet: F1, 60 and 3F. RGB value is (241,96,63). Sum of RGB (Red+Green+Blue) = 241+96+63=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1603F is #0E9FC0. Grayscale: #878787. Windows color (decimal): -958401 or 4153585. OLE color: 4153585.

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

Color convert

RGB 241 96 63 -
CMYK 0 0.60 0.74 0.05
HSL 11.12º 0.86% 0.6% -
HSV(B) 11.12º 0.74% 0.95% -
XYZ 41.36 27.43 7.82 -
YUV 135.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 241 96 63 0 0.60 0.74 0.05 11.12 0.86 0.6
Hex F1 60 3F 0 3C 4A 5 B 56 3C
Octal 361 140 77 0 74 112 5 13 126 74
Binary 11110001 1100000 111111 0 111100 1001010 101 1011 1010110 111100

Color Harmonies of #F1603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1603F

Black with #F1603F

Text Example


Text Example

White with #F1603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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