Html Css Color HEX #F3552B Outrageous Orange

📋 copy color: '#F3552B'

red 243 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #F3552B

Tints of Outrageous Orange #F3552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 65.5%
G = 22.91%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3552B (or 0xF3552B) is known color: Outrageous Orange. HEX triplet: F3, 55 and 2B. RGB value is (243,85,43). Sum of RGB (Red+Green+Blue) = 243+85+43=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3552B is #0CAAD4. Grayscale: #7F7F7F. Windows color (decimal): -830165 or 2840051. OLE color: 2840051.

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

Color convert

RGB 243 85 43 -
CMYK 0 0.65 0.82 0.05
HSL 12.6º 0.89% 0.56% -
HSV(B) 12.6º 0.82% 0.95% -
XYZ 40.65 25.73 5.11 -
YUV 127.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 243 85 43 0 0.65 0.82 0.05 12.6 0.89 0.56
Hex F3 55 2B 0 41 52 5 D 59 38
Octal 363 125 53 0 101 122 5 15 131 70
Binary 11110011 1010101 101011 0 1000001 1010010 101 1101 1011001 111000

Color Harmonies of #F3552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3552B

Black with #F3552B

Text Example


Text Example

White with #F3552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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