Html Css Color HEX #F3602D Outrageous Orange

📋 copy color: '#F3602D'

red 243 ◦ green 96 ◦ blue 45

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

Shades of Outrageous Orange #F3602D

Tints of Outrageous Orange #F3602D

RGB

 RED value IS 243 (95.31% from 255) = 63.28%

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 63.28%
G = 25%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3602D (or 0xF3602D) is known color: Outrageous Orange. HEX triplet: F3, 60 and 2D. RGB value is (243,96,45). Sum of RGB (Red+Green+Blue) = 243+96+45=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3602D is #0C9FD2. Grayscale: #868686. Windows color (decimal): -827347 or 2973939. OLE color: 2973939.

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

Color convert

RGB 243 96 45 -
CMYK 0 0.60 0.81 0.05
HSL 15.45º 0.89% 0.56% -
HSV(B) 15.45º 0.81% 0.95% -
XYZ 41.62 27.61 5.62 -
YUV 134.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 243 96 45 0 0.60 0.81 0.05 15.45 0.89 0.56
Hex F3 60 2D 0 3C 51 5 F 59 38
Octal 363 140 55 0 74 121 5 17 131 70
Binary 11110011 1100000 101101 0 111100 1010001 101 1111 1011001 111000

Color Harmonies of #F3602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3602D

Black with #F3602D

Text Example


Text Example

White with #F3602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3602D; }

 p { color: rgb(243,96,45); }

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

background-color css

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

 a { background-color: rgb(243,96,45); }

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

border-color css

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

 span { border-color: rgb(243,96,45); }

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