Html Css Color HEX #F3552D Outrageous Orange

📋 copy color: '#F3552D'

red 243 ◦ green 85 ◦ blue 45

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

Shades of Outrageous Orange #F3552D

Tints of Outrageous Orange #F3552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 65.15%
G = 22.79%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3552D (or 0xF3552D) is known color: Outrageous Orange. HEX triplet: F3, 55 and 2D. RGB value is (243,85,45). Sum of RGB (Red+Green+Blue) = 243+85+45=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3552D is #0CAAD2. Grayscale: #7F7F7F. Windows color (decimal): -830163 or 2971123. OLE color: 2971123.

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

Color convert

RGB 243 85 45 -
CMYK 0 0.65 0.81 0.05
HSL 12.12º 0.89% 0.56% -
HSV(B) 12.12º 0.81% 0.95% -
XYZ 40.68 25.74 5.31 -
YUV 127.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 243 85 45 0 0.65 0.81 0.05 12.12 0.89 0.56
Hex F3 55 2D 0 41 51 5 C 59 38
Octal 363 125 55 0 101 121 5 14 131 70
Binary 11110011 1010101 101101 0 1000001 1010001 101 1100 1011001 111000

Color Harmonies of #F3552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3552D

Black with #F3552D

Text Example


Text Example

White with #F3552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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